/* CSS Document */
* {margin:0;padding:0;}

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

#outer{
	background: #FFF;
	margin-bottom:-200px;
	min-height:100%
}


#footer {
	width:100%;
	clear:both;
	height:200px;
	position:relative;
	background-image:url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
}

#clearfooter{
	clear:both;
	height:200px;
}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	position:relative;
	z-index:1;/* moz fix*/
	color: #000;
	/*margin-bottom: -200px;*/
}
/* css stuff below is just for presentation and not needed for the demo */





#footer span {
	display:none;	
}	

html>body #minHeight{
	float:right;
	width:0px;
	height:100%;
	margin-bottom:-500px;
} /*safari wrapper */
