@charset "UTF-8";
/* CSS Document */

/* ----- FOOTER ----- */

div#footer{
	width:720px;
	text-align: center;
	color: #FFF;
	float: bottom;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-size: 80%;
	background-color:#000000
}
#footer   a   {
	text-decoration: none;
	color: #FFF;
}
#footer   a:hover   {
	text-decoration: underline;
	color: #FFF;
}
