body {
	text-align: justify;
	background:  url(../common/bg.png) repeat-x #7DC710;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7DC710;
	line-height: 18px;
    margin: auto;
    text-align: center;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 418px;
height: 530px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: left;
background-color: #FFFFFF;
text-align: left;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 418px;
height: 760px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: left;
background-color: #FFFFFF;
text-align: left;
}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 430px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
