@charset "utf-8";

body {
	background:#020403;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #FFF;
}

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 865px;
   height: 326px;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}