.top{ 
background-image: url(img/top-space.gif);
background-repeat:no-repeat;
background-position:bottom right;
}

body {
 scrollbar-face-color:#66FFCC;
 scrollbar-highlight-color #66FFCC;
 scrollbar-shadow-color:#66FFCC;
 scrollbar-3dlight-color:#CCFFFF;
 scrollbar-darkshadow-color:#33CCCC;
 scrollbar-track-color:#CCFFFF;
 scrollbar-arrow-color:#FFFFFF
}

.scroll{ overflow:auto;height:90px;width:"175px"; } 
