#footer{
    background: url(../images/footer.png) no-repeat;
	height: 100%;
	width: 100%;
	color: white;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 15px;
	margin-right: 1px;
	margin-top: 5px;
    }

#footer a:link {color: white; text-decoration: none;}
#footer a:visited {color: white; text-decoration: none;}
#footer a:hover {color: gray; text-decoration: none;}

#footer p {
	margin: 0;
	line-height: 20px;
}
