
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 421px;
	height: 350px;

	/* IE overflow fix, position must be relative or absolute*/
	padding: 15px;
	margin-bottom:80px;
	color:#FFFFFF;



}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	color: black;
	padding: 1px;
}

/* general page style ends here */


