.content-pane {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:0px;
	bottom:0px;
	left:0px;
	font-size: 11px;
	padding-left:0px;
}
* html .content-pane {
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
}
.head {
	display:none;
}
.head .nav .upper {
	display:none;
}
.head .nav .lower {
	display:none;
}
.left {
	display:none;
}
* html .left {
	display:none;
}
