@charset "utf-8";
/* CSS Document */

img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 980px;
	height: 564px;
	margin-top: -282px; /* Half the height */
	margin-left: -490px; /* Half the width */
	background-color: #000;
}
