

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 460px;
	height: 740px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #000000;*/

	
}



#aboutscroll {
/* Typical fixed height and fixed width example */
	width: 455px;
	height: 1114px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #000000;*/

	
}