*{
	margin:0;
	padding:0;
	border:0;
	
}

body {
	margin:0;
	padding:0;
	background-color:#000;	
}

#wrap{
	background-color:#000;	
	width:1024px;
	margin:0 auto;				
	padding:0;
}

#header{height:168px;}
#content{background:#000 url(../img/main.jpg) no-repeat;	width:1024px;}
#main-content{width:800px; height:600px; margin:0 auto;}
#flashcontent{background:#000;width:800px; height:600px;}
#footer{width:800px; margin:0 auto;}
#footer p{	
	color:#fff;
	margin:10px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#footer p a{
	color:#FF7F00;
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}

