
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 346px;
height: 409px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background:url("images/Body.png");
margin: 0.0em auto;
padding: 2px;
	text-align: left;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 255px;
height: 136px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background:url("images/Body.png");
margin: 0.0em auto;
padding: 2px;
}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 350px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

