html {
  	overflow: scroll !important;
}
#header, #footer, #sub, #lightbox{
	display:none;
}
#main {
	display: block !important;
	height:100%;
	width:100%;
    max-height:none;
    overflow:auto;
}
#content,#page{
	display: block !important;
	height:100%;
	width:100%;
}