#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 420px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background: url(images/content_bg2.png) repeat;
margin: 0 20px;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
color: 313131;
}	

