#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: auto;
	height: 295px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding: 15px;
}
.ieResize {_width:310px;}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

