#footer {
	font-family: Arial,Verdana,Sans-serif;
	/* font-family: "Merriweather", Georgia, serif; */
	/* clear: both; */
	/* width: 100%; */
	height: 45px;
	/* margin-top: 50px; */
	margin-right: auto; 
	margin-left: auto;
	text-align: center;
	color: #e1ecdf;
	background-color: #127305;
	line-height: 160%;
	font-size: 14px;
	padding: 10px;
}
#footer a{
	text-decoration: none;
	color: #ffffff;
}

#footer a:visited{

}

#footer a:hover{
	color: #e8e118;
}
