html, body {height: 100%;}

#wrap {min-height: 100%;width:100%;}

#main
{
	overflow:hidden;
	padding-bottom: 90px;
}  /* must be same height as the footer */

#footer
{
	position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
}

#footerContent
{
	width:1000px;
	height:110px;

	font-size:10px;
	color: #666666;
	text-align:left;
}

/*Opera Fix*/
body:before
{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}