@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666666;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; 
} 

#copyright {
display:inline;
	clear: both;
	float: left;
	height: auto;
	width: 900px;
	margin-top: 0px;
	font-size:9px;
	color:#999999;
	padding-left: 100px;
	
}
#copyright a:link {
	color: #999999;
	text-decoration:none;
}
#copyright a:visited {
	color: #999999;
	text-decoration:none;
}
#copyright a:hover {
	color: #999999;
	text-decoration:underline;
}
#copyright a:active {
	color: #999999;
	text-decoration:underline;
}

