@import url("globalreset.css");

body {
	background:#191919;
	color: #999999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

.cleaner {
	clear:both;
}

#splash_btn{
	width:150px;
	height:130px;
	background:url(../images/wslogo.jpg) no-repeat center top;
	display:none;
	padding:120px 0 0 0;
	margin:0 auto;
	text-align:center;
}

#splash_btn a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#splash_btn a:hover{
	color: #FF9900;
	
}
