@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666666;
	background-color: #000000;
	padding: 0;
	margin: 0;
	height: 100%
}

#site_wrapper
{
	width: 900px;
	margin: 0 auto;
}

#site
{
	position: relative;
	top: 100px;
}

#header_wrapper
{
	width: 900px;
	height: 100px;
	border: solid #282828 1px;
}

#header_wrapper #logo
{
	float: left;
	margin: 25px 25px 25px 15px;
	
}
#header_wrapper #enterBtn
{
	float: right;
	margin: 35px 53px 25px 25px;
}

#header_wrapper #sponsorLogo
{
	float: right;
	margin: 0px 0px 10px 10px;
}

#a_banner_wrapper
{
	width: 900px;
	height: 205px;
	border-top: solid #282828 1px;
	border-bottom: solid #282828 1px;
	margin-top: 2px;
}

#a_banner_wrapper #a_banner {}

#footer_wrapper
{
	width: 900px;
	height: 205px;
	margin-top: 15px;
}

#footer_wrapper #footer_col_1
{
	float: left;
	width: 275px;
	margin-left: 20px;
}


#footer_wrapper #footer_col_2
{
	float: left;
	width: 275px;
	margin-left: 20px;
}

#footer_col_2 ul {
	
	margin: 0;
	padding-left: 15px;
	line-height: 15px;
}

#footer_col_2 ul li{
	
}

#footer_wrapper #footer_col_3
{
	float: left;
	width: 275px;
	margin-left: 20px;
}

#footer_wrapper #footer_col_sponsor
{
	float: left;
	width: 275px;
	margin-left: 30px;
}

a.btn_enterAcademy{
	background:url(../images/btn-enterAcademy.gif) no-repeat 0px 0px; 
    width: 235px; 
    height: 27px; 
    display: block; 
}

a.btn_enterAcademy span{
	display: none;
}

a.btn_enterAcademy:hover{
	background:url(../images/btn-enterAcademy.gif) no-repeat 0px -27px; 
}

a.btn_enter{
	background:url(../images/btn-enter.gif) no-repeat 0px 0px; 
    width: 235px; 
    height: 27px; 
    display: block; 
}

a.btn_enter span{
	display: none;
}

a.btn_enter:hover{
	background:url(../images/btn-enter.gif) no-repeat 0px -27px; 
}

#btn_enter{
	border:none;
	background:url(../images/btn-enter.gif) no-repeat 0px 0px; 
    width: 235px; 
    height: 27px; 
    vertical-align: top; 
}

#btn_enter:hover{
	background:url(../images/btn-enter.gif) no-repeat 0px -27px; 
}

.sponsorCode
{
	background-color: #0f0f0f;
	border: solid #282828 1px;
	font-size: 18px;
	color: #959595;
	padding: 5px;
	width: 220px;
	
}