/*--------------------------------------
AWP page layout CSS
---------------------------------------*/

/*--------------------------------------
BODY AND GLOBALS
---------------------------------------*/
body
{
	background-color: #000000;
}

body,td,th
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align:center;
}

a:link
{
	color: #FFFFFF;
	text-decoration:none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}

a:visited
{
	color: #999999;
}

/*--------------------------------------

---------------------------------------*/

div#wrapper
{
	width:100%;
}

div#container
{
	width:800px;
	margin:auto;
}

/*--------------------------------------

---------------------------------------*/

div#header
{
	margin-top:50px;
	margin-bottom:5px;
}

/*--------------------------------------

---------------------------------------*/

div#stage
{
	height:480px;
	margin-bottom:5px
}

/*--------------------------------------

---------------------------------------*/

div#reboot
{
	
}

div#code
{
	
}

div#code input
{
	background-color:#111111;
	border:solid 1px #222222;
	border-bottom:solid 2px #FFF;
	color:#FFF;
	font-size:48px;
	width:110px;
}

div#code .form_button
{
	border:none;
	width:100px;
}

/*--------------------------------------

---------------------------------------*/

div#footer
{
	height:50px;
	margin-bottom:5px
}

div#footer_copyright
{
	float:left;
	height:32px;
	padding-top:18px
}

div#footer_register
{
	float:left;
	height:41px;
	width:350px;
	padding-top:9px;
	margin-left:10px;
}

div#footer_register input
{
	border:none;
	background-color:#CCCCCC;
	width:200px
}

div#footer_register .register_button
{
	width:76px
}

div#footer_share
{
	float:right;
	height:41px;
	padding-top:9px
}

.share_image
{
	height:0px;
	width:0px;
	overflow:hidden;
}

