div#contentLayer {
	position: absolute;
	left: 175px;
	top: 116px;
	width: 600px;
	width: expression(document.body.clientWidth - (175 + 48) + "px");
	height: expression(document.body.clientHeight - (36 + 80 + 50) + "px");
	overflow: hidden;
}
