body { background: #000; }
p { text-align: center; }
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }

#container { 
	width: 100%;
	background: #000;
	}

#footer {
	width: 100%;
	background: #000;
	position: fixed;
	bottom: 0px;
	text-align: center; 
	}
	
#footer p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666;
	text-decoration: none;
	}
	
#footer a:link {
	color: #666;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #0ff;
	text-decoration: none;
	}
