html, body {
	background-color: Black;
	color: White;
	overflow:hidden;
}


.img_center {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 908px;
	height: 410px;
	margin-left: -454px; /* half of width */
	margin-top: -205px;  /* half of height */
/*	background-color: #000000;*/
}
