#content {
	padding: 3em;
	margin:0.2em 2em;
	border: 0px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	top: 146px;
}
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	top: 146px;
}
#mycustomscrollwide {
	/* Typical fixed height and fixed width example */
	width: 780px;
	height: 390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	top: 146px;
}
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 800px;
	height: 390px;
	position: absolute;
	color: black;
	padding: 1px;
}
