/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font: x-small arial, hevetica, sans-serif;
		text-align: center;
		background-color: #2B3946;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 817px; 
		min-height:100%;
		text-align: left;
		background: #ffffff url(../_images/shadow.gif);
        position:relative;
		}
		
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:817px;w\idth:817px;}
/* end hack */ 


#content {
		width: 815px;
		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: #ffffff url(../_images/shadow.gif);

}

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



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

