body{
padding:0px;
margin:0px;
background: #171717;

font-size: 11px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;

}

.red {
	color:#CCCCCC;
	}

a:link, a:visited, a:active, a:hover {
	font-size:16px;	
	color:#601811;
	text-decoration:underline;
}


.main_footer a:link, a:visited, a:active, a:hover {
	font-size:11px;	
	color:#601811;
	text-decoration:underline;
}


#flash_right {
	width: 900px;
	height: 700px;
	float: left;
	clear:right;
	}
	
#container {
	width: 900px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}

.main_footer {
	width:900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color:#666666;
	}


#distance { 
		width:1px;
		height:50%;
		background-color:#292929;
		margin-bottom:-400px; /* half of container's height */
		float:left;
		}

	#page {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:center;
		height:800px;
		width:766px;
		clear:left;
		padding:0px;
		background-color:#292929;
		border:1px solid #292929;
		border-top-color:#292929;
		border-left-color:#292929;
		}
		
#wrapper {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}