#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:40px;
	width:100%;	
}

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

#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;
}

#moves
{
	text-align:center;
	width:1000px;
	margin:0px auto;	
	clear:right;
}


.moves
{
	float:left;	
}

.clearRight
{
	clear:right;	
}

.move_blurb
{
	text-align:center;
	visibility:hidden;
	width:400px;	
	font-size:13px;
	position:absolute;
	top:250px;
}

.move_title
{
	font-weight:bold;	
	font-size:2em;

}
.move_description
{
	text-align:left;
	width:300px;	
}



#get_strings
{
	text-align:center;
	width:1000px;
	margin:0px auto;
}