body {
	background-color: black;
}
img.center {   
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}
#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 270px;
	height: 248px;
	margin-top: -124px; 
	margin-left: -135px;
}
