html, body {
	background-image:url(../images/interface/splash-tile.gif); 
	background-repeat:repeat-y; 
	background-position:left;
	background-color:#160e00;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	} 	
#visual-wrapper {
	position:relative;
	width:955px;
	margin:30px auto 0 auto;
	padding:0;
	border-top:1px solid #ad7e00;
	border-right:1px solid #ad7e00;
	border-left:1px solid #ad7e00;
	}
#splash-text {	
	position:absolute; 
	top:193px; 
	width:335px; 
	right:130px; 
	padding:6px; 
	font-size:12px;
	color:#ad7e00;
	z-index:9;
	text-align:center;
	}
#splash-text h2 {
	font-weight:bold;
	font-size:14px;
	color:#99b7e5;
	margin:4px 0px 0px 0px;
	}
#splash-text h1 {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:4px 0px 0px 0px;
	}	

a {
	color:#99b7e5;
	text-decoration:none;
	}

#whats-new {
	position:absolute;
	top:102px;
	right:0px;
	width:121px;
	margin:0px;
	float:right;
	height:auto;
	background-image:url(../images/interface/whatsnew-tile.gif);
	}
	
	#whats-new-link{
		background-image:url(../images/interface/whatsnew-header.gif); 
		width:121px; 
		height:50px; 
		clear:both; 
		display:block;
		}
	
	#whats-new-foot {
		background-image:url(../images/interface/whatsnew-footer.gif);
		width:121px; 
		height:21px; 
		clear:both; 
		display:block;
		}

div#footerMenu {
	margin:0px auto;
	padding:10px;
	border-top:#333333 solid 2px;
	width:935px;
	height:20px;
	border-bottom:1px solid #ad7e00;
	border-right:1px solid #ad7e00;
	border-left:1px solid #ad7e00;
	}
		
		
			div#footerMenu ul {list-style: none; margin:0;}
			div#footerMenu li {margin:0; padding:0; float: left; margin-left:60px;}	
			div#footerMenu li a{ color:#99b7e5; display:block;}	
			div#footerMenu span {display: none;}	

	
.whatsnewpics {
	width:120px;
	float:right;
	clear:both;
	text-align:center;
	}
