@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}



html, body {height: 100%;}

#wrap {min-height: 100%; width:990px; margin:0}

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

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

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

