body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contents {
	width: 990px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 439px;
	height: 393px;
	overflow: auto;
}


#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 632px;
	height: 128px;
	overflow: auto;
}
#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
width: 110px;
	height: 128px;
	overflow: auto;
}
