
#footer{/*
	background: none;
	position: relative;
	display: block;*/
	margin: 20px auto 0 auto;
	width: 660px;
	border-top: 1px solid #617F35;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}
#footer a{
	color: #2d1752;
	text-decoration: underline;
}
#footer a:hover{
	background-color: darkgreen;
	color: #5cff40;
}



