html
{
    	overflow-x:hidden;
	overflow-y:auto;
	height:100%;
}

body
{
    height:100%;
    background-color:#000000;
	color:#FFFFFF;
	margin:0px;
	margin-top:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img
{
    border-width:0px;
}

#content
{
	width:701px;
	/*height:1024525px;*/;
	margin:0 auto;
}

#under_construction
{
	width:800px;
	height:89px;
	float:none;
	text-align:center;
	font-size:30px;
	color:#B01E24;
	position:relative;
	top:-30px;
	left:-30px;
}
