div#footer {
	 margin: 0px;
		text-align: center;
		color: #ffffff;
		background: #ea612e;
		padding: 10px 0px 25px 0px;
		font-size: 0.8em;
		line-height: 1.4em;
	}
		
	div#footer a:link, div#footer a:visited {
		text-decoration: none;
		color: #ffffff;
	}
		
	div#footer a:hover, div#footer a:active {
		text-decoration: none;
		color: #191818;
	}
