/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/
html, body { height: 100%; }
#container { min-height: 100%; }
#main {
	overflow: auto;
	padding-bottom: 2em; }
#footer {
	position: relative;
	margin-top: -2em;
	height: 2em;
	clear: both; }
/*Opera Fix*/
body:before {
	content: '';
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

