body 
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 12px;
	background-image: url(images/backgrd.jpg);
	overflow: auto;
	margin: 0;

}
img 
{
    border: none;
    vertical-align:bottom;
}
.divScroller
{
    width: 670px; 
    height: 115px; 
    overflow: auto; 
    cursor: hand; 
    padding-top:5px;
    margin-top: 5px;
    background-color: #f8f8ff;
    border-right: lightgrey 3px groove; 
    border-top: lightgrey 3px groove;
    border-left: lightgrey 3px groove; 
    border-bottom: lightgrey 3px groove;
}

