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


body, html {
	
	margin:0;
	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(images/bg1.jpg);
	background-position: top center;
	background-repeat:no-repeat; 
	
	
}


#page {
	
	width:975px;
	margin:0 auto 0 auto;
	
}

#footer {
	text-align:center;
	width:auto;
	
}


.footertext {
	
	font-size:10px;
	color:#666;
	
}

.footertext a {
	
	color:#069;
	text-decoration:none;
	
}
.footertext a:hover {
	
	color:#ccc;
	text-decoration:none;
	
}
