* {margin:0;padding:0;} 

html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {overflow:auto; padding-bottom: 60px;}  
#footer {
	position: relative;
	margin-top: -160px;
	height: 160px;
	clear:both;
	background-color: #084626;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


