body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#content {
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 315px;
height: 360px;
overflow: auto;
background-color: #FFF;
margin: 0 auto;
padding: 0 10px;
text-align: left;
margin-top: -30px;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 250px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
