/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
	background-color: #667b54;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 900px; 
		min-height:100%;
		text-align: left;
		background: url(../_images/shadow.png);
        position:relative;
		}
		
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:900px;w\idth:900px;}
/* end hack */ 


#content {
		width: 898px;
		padding:5px 0 ;
		}
#content p,#footer p  {margin:5px 5px 5px 5px}		

#footer	{
		position:absolute;
		text-align:center;
		bottom:0;
		width:100%;
		height: 40px;
		background: url(../_images/shadow.png);

}

* html #footer {height:25px;height:24px;}



#clearfooter {height:40px;width:100%;clear:both}

