#footer {
	width: 975px;
	margin: 0 auto;
	text-align: center;
	color: #71853d;
}

#footer p {
	padding: 10px 0;
}

#footer a {
	color: #71853d;
}

#footer a:hover {
	color: #314200;	
}

	#footer-links {
		padding: 10px;
		background-image: url("/i/footer-links-bg.jpg");
		background-position: 0 0;
		background-repeat: repeat-x;
		color: #fff;
		background-color: #5f7a05;
	}
	
		#footer-links a {
			color: #fff;
			text-decoration: none;
			padding: 0 5px;
		}
		
		#footer-links a:hover {
			color: #314200;
		}