﻿html, body { height:100%; }
#page-wrap { min-height:100%; }
#main {
	min-width:1024px;
	overflow:auto; /* For FFE slider. Switch to hidden for second slider option */
	padding-bottom:79px; /* must be same height as the footer */
	width:100%;
}
#footer {
	clear:both;
	height:79px;
	margin-top:-79px; /* negative value of footer height */
	position:relative;
}
/* Opera Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	margin-top:-32767px;
	width:0;
}