html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
    overflow-y: auto; 
	background-color: #000000;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;   
}
#main {
	position: relative;
	top: 10%;
	margin: auto;    
	height: 550px;
	width: 891px;	
	text-align:center;
	background-color: #000000;  	
}
a:link { 
    color:#888888;
}	
a:visited { 
    color: #888888;
}
a:hover { 
    color: #888888;
    text-decoration: none;
}
#footer{
	padding-top:6px;
	color:#7a7979;
	font-size: 11px;
	text-align:left;		
}
#footer a:link{
	text-decoration: none;
}

