* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #0C0C0C;
}
#content {
	width:100%;
	float:left;
	height:385px;
	background: #000000 url(../images/content_bg.jpg);
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	margin-top: 175px;
}
#intro{
	float:left;
	width:100%;
	height:385px;
	text-align:center;
}
#flash{
	width:950px;
	height:385px;
	background: #000000;
	margin:0px auto;
}
#footer {
	position:absolute;
	bottom:5px;
	left:0px;
}
#coord{
	color:#FFFFFF;
	font: bold normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin:30px auto 0px;
	width:950px;
	text-align:center;
	height:30px;
	display:none;
}
#footer_h {
	position:absolute;
	bottom:5px;
	left:0px;
	display:none;
}
