#background_image
{
	z-index:50;
	background-color:#000;
	position:absolute;
	top:-425px;
	text-align:center;
	margin:0px auto;
	width:100%;
	height:537px;
	border-bottom: 1px solid #5e0000;

}

#bg_image
{
	position:absolute;
	top:0px;
	left:0;
	visibility:hidden;
}

#logo_image
{
	position:absolute;
	z-index:100;
	width:100%;
	text-align:center;
	margin:0px auto;
	top:0px;
}

#head_buffer 
{
	height:120px;
	width:100%;	
}

#main_content
{
	z-index:1;
	text-align:center;
	margin:0px auto;
	width:100%;
	clear:right;
}

#footer
{
	width:100%;
	text-align: center;
	margin:0px auto;
	clear:left;
	padding-top:10px;
	border-top: 1px solid #5e0000;
	background-color:#000;
	z-index:100;
}

.left
{
	width:250px;
	float:left;

}
.right
{
	width:250px;
	float:left;
	clear:right;
}

.header
{

}

.error
{
	font-size:9px;
	color:#FF0000;
}