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

body {
	margin: 0px;
	padding: 0px;
	color:#fff;
	background-color:#000;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
a {
	text-decoration: none;
	}

img {
	border:0px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
    text-align: center;
	}

#splashmain {
	background: url("../rotate_splash.php") no-repeat center top;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 635px;
}

#splashjoinbtn_box {
	margin: 0px;
	padding: 140px 20px 0px 0px;
	width: 980px;
	height: 70px;
	text-align:right;
	clear:both;
}

#splashemail_text {
	margin: 0px;
	padding: 10px 29px 0px 0px;
	width: 971px;
	height: 21px;
	text-align:right;
	clear:both;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#splashemail_box {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 970px;
	height: 32px;
	text-align:right;
	clear:both;
}

#splashjoin_text {
	margin: 0px;
	padding: 5px 29px 0px 0px;
	width: 971px;
	height: 20px;
	text-align:right;
	clear:both;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#splashjoin_box {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 970px;
	height: 32px;
	text-align:right;
	clear:both;
}

#splashloginbtn_box {
	margin: 0px;
	padding: 20px 20px 0px 0px;
	width: 980px;
	height: 70px;
	text-align:right;
	clear:both;
}

#splashftr_left{
	color: #999;
	margin:0px;
	width:350px;
	height:30px;
	padding:15px 0px 10px 0px;
	float:left;
	clear:none;
}

#splashftr_mid{
	color: #999;
	margin:0px;
	width:200px;
	height:30px;
	padding:15px 0px 10px 0px;
	float:left;
	clear:none;
	text-align: center;
}

#splashftr_right{
	color: #999;
	margin:0px;
	width:300px;
	height:30px;
	padding:15px 0px 10px 0px;
	float:left;
	clear:right;
	text-align:right;
}

#splashftr_disclaim{
	margin:0px;
	width:900px;
	height:30px;
	padding: 0px;
	clear:both;
	text-align:left;
	color:#000;
}

input#email { 
    background-color: #333333; 
    background-image: url('/site_images/emailbox.jpg'); 
    border: none;
    font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; 
    color: #000;
	margin: 0px;
	padding:5px 0px 5px 40px;
	width: 235px;
	height: 22px;
}

input#password { 
    background-color: #333333; 
    background-image: url('/site_images/passwordbox.jpg'); 
    border: none;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; 
    color: #000;
	margin: 0px;
	padding:5px 0px 5px 40px;
	width: 235px;
	height: 22px;
}
#remember_box {
	text-align:right;
	padding: 0px 30px 0px 0px;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#forgotpass_box {
	text-align:right;
	padding: 0px 30px 0px 0px;
	font-family:"Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFF;
}
#forgotpass_box a {
	color:#FFF;
}


