body {
	background-color: white;
	color: black; 
}

#imgcenter {
	width:300px; 
	height:300px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-150px auto auto -150px; 
	text-align:center;
}