/*
IE Fixes ++++++++++++++++++++++++++++++++++++++++++++++++*/
html, body { 
	background: #FFF; 
	overflow-y: hidden!important; 
	height: 100%; 
	
	}
#mainwrap { 
	height: 100%; 
	width:100%;
	overflow-y: scroll; 
	position: relative; 
	/*background-image:url(images/bodybg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;*/

	}

#footercontainer { 
	margin-left: -15px; 
	position: absolute; 
	background-image:url(/images/footerbg.gif);
	background-repeat:repeat;
	background-position:top left;
	}
