#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 250px;
height: 49px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:Transparent;
padding: 10px;
padding-top:0px;
}

/* general page style ends here */