@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: underline;
	color: #1779ba;
}

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

#footercenter {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

