html
{
	height: 100%; 
	max-height: 100%; 	
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body
{
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
}

#content
{
	/*
	clear: both;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	*/
	
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 3; 
	top: 60px; 
	bottom: 2px; 
	width: 100%;
	padding-top: 5px;
}
