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

body{
	margin-top:5px;
	background-color:#000000;
	font-size:76%;
	font-family: Verdana, Helvetica,  sans-serif;
	text-align:center;

	}

#container{
	margin: 0 auto;
	width:960px;
	background-color:#000000;
	color:#FFFFFF;
	}
	
#containter p{
	margin:10px;
	}

.terms{
	text-align:left;
}

#splash{
	width:960px;
	height:700px;
	float:left;
	padding-top:40px;
	}
	
#footer{
	text-align:left;
	display:inline;
	width:700px;
	float:left;
	font-size:0.8em;
	}
	
#footer p{
	margin:20px 10px 0px 10px;
	padding:0px;
	color:#999999;
	}
	
#links{
	text-align:right;
	float:right;
	width:260px;
	margin-top:20px;
	}
	
#links p{
	margin:0px 10px 0px 10px;
	padding:0px;
	color:#999999;
	}

#links a{
	text-decoration:none;
	color:#CCFF00;
	font-size:0.8em;
	cursor: pointer;         /* hand-shaped cursor */
 	 cursor: hand;           /* for IE 5.x */
	}

#links a:hover{
	text-decoration:underline;
	}