html, body {
	margin: 0;
	padding: 0px;
	background: #ffffff;  
	height:100%;	
	border: 0;
}


#splash {
	text-align: center;
	vertical-align: bottom;
	font-family: "Arial", "Sans-Serif";
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	background-image: url("../imgs/logo.gif");
	background-repeat: no-repeat;
	background-position: 50% 5px;
	height: 330px;
}

#splash a {
	margin-right: 20px;
}

#menulogin {
	font-style: italic;
}

a:link, a:visited, a:active  {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none; 
}
a:hover {
   color: #7FC4E5;
   text-decoration: none;
   font-weight: bold;   
}


#footer {
   background: #ffffff;
   font-family: "Arial", "Sans-Serif";
   font-size: 8pt;
   color: #000000;
   text-align: center;
   vertical-align: top; 
   padding-top: 3px;
   padding-bottom:3px;
}
