/* CSS Document 
@import url(normalize.css);
*/
body
{
	background-color: #000000;
	margin:0px;
}
.head_border
{ 
	height:66px; 
	width:100%; 
	background-image:url(../../images/headborder.jpg); 
	position:absolute; left:0px; top:0px; z-index:1; 
}
.main_flash
{ 

	border-right: 1px solid #2B2B2B; 
	width:1008px; 
	height:100%; 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:2;  
}
.footer
{ 
	border-right: 1px solid #2B2B2B; 
	width:948px; 
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#EDEDED;
	text-align:left;
	position:absolute; 
	left:60px; 
	top:700px;
	z-index:3;
}