body {
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	text-align: center; 
}

#page {
	position: absolute;
	top:50%;
	left:50%;
    width:980px;
    height:750px;
	margin-left:-490px;
	margin-top:-375px;
	
}

#image {
	position: absolute;
	top:50%;
	left:50%;
    width:980px;
    height:549px;
	margin-left:-490px;
	margin-top:-274px;
}