@PAGE landscape {size: landscape;} 

body
{
  overflow: auto;
  width:100%;
  page: landscape;
}

#header
{        
    list-style-image:none;        
}

#InfoPanel
{ 
	background-color:White;
	width:130%;  
}
   
#utils, 
#controlCentre, 
/*#controlCentreBrowser,*/
#topMenu, 
#debugInfoBox, 
#topMenuContainer, 
#infoPopupBox, 
#navigatorBox, 
#sideMenu,  
#preferencesBox, 
#footer
{
    display: none !important;
}

.PanelScrollBox
{
	overflow:visible;
	height:auto;
	position: fixed;
    left: 0px;
    top: 0px;       
	
}

#header,   
#pageContainer	
{
    margin-left: 0px;
}
