#wrapper {
	padding: 0 0 291px; /* bottom padding for footer */
	overflow: auto;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #848484;
	height: 291px;
	clear: both;
}
