#aboutScroll {
	/* Typical fixed height and fixed width example */
	width: 463px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right:30px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	left:60px;
	top:60px;
}

