/*
-------------------------------------------------------
*
*	Project:	Accelerated Innovations / FanConNet
*	Date:		4.29.10
*	File:		sticky-footer.css
*
-------------------------------------------------------
*/

html, body { height:100%; }
#page-wrap { min-height:100%; }
#main {
	min-width:910px;
	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;
}