html, body {
	height: 100%;
	margin: 0px;
}

#wrap {
	min-height: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 241px; /* must be same height as the footer */
}  

#footer {
	background-image: url(footer-bg.png);
	position: relative;
	margin-top: -241px; /* negative value of footer height */
	height: 241px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}