@charset "UTF-8";
/* CSS Document */
html, body {
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	height:100%;
}


a { text-decoration:none; font-weight:bold; color:#666666;}



#footer {
		margin-left: auto;
	margin-right: auto;
	color:#666666;
	font-size:10px;
	
}


