#footer {
	display: block;
	border-top:2px solid #000000;
	margin: 30px 0px 0px 0px;
	padding-top: 30px;
	clear:both;
	padding-bottom: 30px;
	text-align: center;
}

.footer-nav {
	display: inline;
	width: 25%;
}
#footer-fade {
	position: fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 277px;
	background-image: url(../images/footer-fade.jpg);
	background-repeat: repeat-x;
	z-index: -100;
}