@charset "utf-8";
#footer {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 30px;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
