@charset "utf-8";
/* CSS Document */

body {
text-align:center;
margin:0px auto;
background-color:#000000;
}







#main 
{
	margin:0px auto;
	position: relative;
width:1000px; 
height:640px; 
top:0px;
overflow:hidden;

}



#footer
{	font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
	position: absolute;
	padding-top:5px;
	width:1000px;
	height:20px;
	top:620px;
	left:0px;
	text-align: center;
}

