@charset "utf-8";
/* footer styles */

#home #footer {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer .copyright {
	text-align: center;
	padding-top: 9px;
	padding-bottom: 92px;
	background-image: url(../image/shared/footer.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, a:focus, a:active {
	color: #FF0000;
	text-decoration: none;
}
