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