@charset "utf-8";
/* CSS Document */
/*http://www.cssstickyfooter.com/using-sticky-footer-code.html*/
#wrap {min-height: 100%;}

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

#footer-main {position: relative;
	margin-top: -350px; /* negative value of footer height */
	height: 350px;
	clear:both;
	background-color:#000;} 

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