/* Rempox.it - All Right Reserved - 2006 */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;}

#container {	
	width: 768px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;}

#header {
	width: 768px;
	height: 80px;
	background-image: url(../../splash_library/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#leftLogo {
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}

#leftLogo h1{
	font-size: 16px;
	color: #2C2C2C;}
	
#rightClaim {
	width: 300px;
	text-align: right;
	float: right;
	padding-right: 30px;
	padding-top: 26px;
	}
	
#rightClaim p{
	font-size: 12px;
	color: #2C2C2C;}

#content {
	text-align: center;
	width: 768px;
	height: 570px;
	padding-top: 0px;
	margin: 0 auto;
	border: 0;}
	
#footer {
	width: 768px;
	height: 60px;
	background-image: url(../../splash_library/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;}
		
#credit {
	color : #999;
	text-align: left;
	padding-top: 14px;
	padding-left: 18px;
	font-size: 11px;
	float: left;}

a.credit:link, a.credit:visited {text-decoration: underline; color: #ebebeb;}
a.credit:hover {text-decoration: none;color: #999;}

/******************************
* OLD BROWSER WARNING
******************************/
span.hidden	{
	display:none;
}