@charset "utf-8";
/* CSS Document */
#footer {
	color: #615858;
	text-align: center;
	font-size: 0.9em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #3Cf;
}

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