/*layout----------------------------------------------------------------------------------------*/
html {    
	_overflow:hidden;
	}
	
body {
	min-width:900px; /* Prevent content from becoming unreachable in Gecko */	
	_height:100%;   
 	_overflow:auto;	
 	}
 	