@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: 162px;
   height: 162px;
   margin-top: -81px; /* Half the height */
   margin-left: -81px; /* Half the width */
}