html, body {
	background-color: #999966;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	}

#splashcenterbox  {
	margin-top:	15px;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	}



/*Splash Page & Single Container Pages ---------------------------*/
#splashbkgd   { 
	background-color: #000; 
	background-image: none; 
	background-repeat: no-repeat; 
	width: 640px; 
	height: 412px; 
	/*border: solid 2px #fff */}

#splash  { width: 100%; height: 100% }

#splash a {
	color: #f60;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 24px;
	}

#splash a:hover {
	color: #fff;
	}



/*Splash Footer ---------------------------*/
#spfooterleft {
	float: left;
	color: #333333;
	font-size: 9px;
	margin-top: 10px
	}

#spfooterright {
	float: right;
	color: #333333;
	font-size: 9px;
	margin-top: 10px
	}
	
#spfootercenter {
	color: #333333;
	font-size: 9px;
	line-height: 11px;
	margin-top: 10px;
	text-align: center;
	}
	
#spfootercenter a {
	color: #333333;
	}
	
#spfootercenter a:hover {
	color: #FFFFFF;
	}
