/* ---------------------- */
/* ---  footer stuff  --- */
/* ---------------------- */
#footer-container {	
	width: 800px;
	height: 50px;
	background-color:#333333;
	position: relative;
}

#footer {	
	position: absolute;
	top: 25px;
	color:#CCCCCC;
	font-family:Helvetica, Arial;
	font-size:11px;
}

#footer a{
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

