/* CSS Document */
#footer {
	width: 1000px;
	margin-top: 100px;
	float: left;
	height: 40px;
	text-align: center;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #0384AE;
	display: inline;
	width: 80px;
	padding-right: 20px;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
