#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 491px;
	height: 437px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;


background-color: #674005;
	margin: auto;

}



/* general page style ends here */

