body {
	background-color: #000;
}
a {
	color: #000;
}
#container {
	background-image: url(/_images/splash/splash.jpg);
	height: 687px;
	width: 730px;
	border: 1px solid #444;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#containerbig {
	width: 730px;
	margin: 10px auto 10px auto;
	text-align: right;
}
#containerbig #usc {
	width: 195px;
	float: right;
}
#usc a, #usc a:hover, #usc a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#container .logo {
	background-image: url(/_images/splash/logo.png);
	position: absolute;
	margin-top: 0px;
	height: 175px;
	width: 730px;
}
#container .badge {
	background-image: url(/_images/splash/18.png);
	position: absolute;
	bottom: 35px;
	left: 20px;
	height: 51px;
	width: 52px;
}
#container .adultcontent {
	background-image: url(/_images/splash/adultcontent.png);
	position: absolute;
	bottom: 94px;
	right: 200px;
	height: 28px;
	width: 170px;
}
#container .official {
	background-image: url(/_images/splash/official.png);
	position: absolute;
	bottom: 92px;
	left: 20px;
	height: 30px;
	width: 201px;
}
#container .disclamer {
	position: absolute;
	bottom: 35px;
	right: 80px;
	height: 50px;
	width: 290px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
}
#container #exit {
	background-image: url(/_images/splash/exit.png);
	position: absolute;
	bottom: 35px;
	left: 175px;
	height: 46px;
	width: 80px;
}
#container #enter {
	background-image: url(/_images/splash/enter.png);
	position: absolute;
	bottom: 35px;
	left: 85px;
	height: 46px;
	width: 80px;
}
