@charset "utf-8";
/* CSS Document */


/*
	RESET
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, font, img, small, strong, ol, 
ul, li, fieldset, form, label {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	vertical-align: baseline;	
	background: #OOO;
 }
	
body { 
	line-height: 1;
	background-color:#000000;
}
ol, ul { 
	list-style: none; 

}
:focus { 
	outline: 0;
}



 *{
padding:0;
margin:0;

}


#splash {
	font-family: Arial, Helvetica, sans-serif;
	margin:auto;
	padding:0;
	background-color:#000000;
	text-align:center;
}
#splash a {
color: red;
text-decoration:none;
display:block;
}

#splash a:hover{
color:white;
text-decoration:none;
}
