body {
	background-image: url("img/background.jpg");
    background-color: #101918;
	color: #DE0000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
}

div.box {
	width:468px; 
    height:850px;
    position:absolute;
    left:50%;
    top:50px;
    margin: 0 0 0 -234px;} 
} 