body {

	background: transparent;
	margin: 0;
	padding: 0;
}

/*Page related styles for you to view*/

#mycustomscroll {

	width: 550px;
	height: 235px;

	overflow: auto;
	position: relative;
	background: transparent;

	/* margin: auto;	*/
	margin: 0;
	padding: 0 0 0 10px;
	border: 0px solid blue;

}

.fixedwidth {

	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;

}



/* general page style ends here */