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

#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 130px;
	width: 960px;
	margin: 0 auto!important;
}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	clear:both;} 

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

