#background_image
{
	z-index:50;
	
	background-color:#000;
	position:absolute;
	top:0px;
	
	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:220px;

}

#main_content
{
	z-index:1;
	position:absolute;
	top:112px;
	text-align:center;
	margin:0px auto;
	width:100%;
	height:420px;
}



#footer
{
	overflow:hidden;
	width:100%;
	text-align: center;
	margin:0px auto;
	position: absolute;
	top:537px;
	padding-top:10px;
	border-top: 1px solid #5e0000;
	background-color:#000;
	z-index:100;
}
#footer_contents {
	position:relative;
	top: -110px;	
}




.left_column
{
	width:50%;
	text-align:right;
	height:100%;
	padding-right:10px;
}

.right_column
{
	width:50%;
	text-align:left;
	height:100%;
}

#product_blurb
{
	padding-top:20px;
	width:337px;
}
