body {
		background-color: #000000;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
            font-color: #f06;

	}

a {
color: #ffffff;
font-weight:normal;
font: 10px "Verdana",sans-serif;
text-decoration: none; 
outline: none;
border-bottom: 0px solid #ffffff;
}
a:focus, a:hover {
color: #ffffff;
font: 10px "Verdana",sans-serif;
text-decoration: bold;
border-bottom: 1px solid #ff0000;

}

#header {
		background: #000000;
            color: #ffffff;	
font: 10px "Verdana",sans-serif;
		width: 100%;
		height: 100px;	
	      border-bottom: 1px solid #111111;
	}

#splash {
            margin: 10px 10px 10px 0px;	
		width: 100%;	
	      height: 400px;	
	}




	
	#footer {
		background-color: #000000;
            color: #ffffff;
font: 10px "Verdana",sans-serif;
		width: 100%;
		height: 15px;
	}
