/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	/*padding-right: 8px; */
	overflow: hidden;
}
#content {
	position: absolute;
	overflow:auto;
	top:140px;
	bottom:0px;
	right:0;
	left: 372px;
	margin: 0px;
	padding: 0px;
}

