/* CSS Document */
* {margin:0;padding:0}
html, body{height:100%;} 
/* end hack */ 

#outer{
	margin-bottom:-17px;
	min-height:100%
}

#footer {
	width:100%;
	clear:both;
	height:15px;
	position:relative; 
}

#clearfooter{clear:both;height:17px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	color: #000; ;
}



