html {

	height: 100%;

}

body {

	height: 100%;
	background:#eee;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	
}

.center {

    margin-left:auto; 
    margin-right:auto;
	
 }

#wrap {

	min-height: 100%;
	
}

#main {

	overflow:auto;
	padding-bottom: 350px;   /* must be same height as the footer */
	
}

/*Opera Fix*/
body:before {

	content:"";
	height:100%;
	float:left;
	width:0px;
	margin-top:-32767px;
	
}