@charset "ISO-8859-1";
/* CSS Document */

#footer {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #999999;
	background-image: url(images/template/bkg_footer.jpg);
	background-position: center top;
	width: 950px;
	height: 40px;
	padding-top: 90px;
	float: left;
}
#footer a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#copy {
	font-family: Arial, Geneve, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
}