.footer {
position:fixed;
bottom: -5px;
padding: 0px;
width: 100%;
z-index: 100;
height: 45px; /* Set the fixed height of the footer here */
background-image:url("../img/footer_image.jpg");
background-repeat: repeat-x;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: #000;
	border-top: solid 1px #eee;
	color:#fff;
	text-align:center;
	padding-top:10px;
}