#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
	overflow-x: hidden;
	overflow-y: scroll;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 280px;
	height: 490px;
	overflow-x: hidden;
	overflow-y: scroll;
	
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 20px;
	left: 240px;
	top: 0px;
	background-color: #FFFFFF;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-color: #cfc8d3;
}
#dummybox {
	width: 280px;
	height: 490px;
	position: relative;
	padding: 20px;
	left: 240px;
	top: 0px;
}