.background_footer {
	background-color: #000000;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b88045;
}
a.footer_links:link {
	color: #b88045;
	text-decoration: none;
}
a.footer_links:visited {
	color: #b88045;
	text-decoration: none;
}
a.footer_links:hover {
	color: #D16600;
	text-decoration: none;
}
a.footer_links:active {
	color: #b88045;
	text-decoration: none;
}
