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

}
#content {
}

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