#footer{
	background-color:#FFF;
	clear:both;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	margin: 20px 0px;
	border: 1px dashed #ef233c;
}
#footer a{
	color: #ef233c ;
	padding: 8px;
	font-weight:bold
}
#footer a:hover{
	text-decoration: underline;
}