body {margin:10px;
font-family:Century Gothic BT,Verdana;
font-size:11px;
font-weight:bold;
font-color:#696462;
background-color:#ffffff;
scrollbar-face-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-arrow-color:#000000;

background-image: url(splash_bg.jpg);
background-repeat:repeat;
background-attachment:fixed;
background-position:top-left;
margin: 0px;

}

body,td {
	margin: 10px;
	font-family: Century Gothic BT,Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #696462;
}

div, img  {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 777px;
   height: 584px;
   margin-top: -292px; /* Half the height */
   margin-left: -388.5px; /* Half the width */
}
 
a:link,a:active,a:visited {
	color: #696462;
	font-family: Century Gothic BT,Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7E7A79;
	cursor: nw-resize;
	text-decoration:underline overline;
	}
	