div
{
scrollbar-face-color: #8e6c50;
scrollbar-highlight-color: #8e6c50;
scrollbar-3dlight-color: #8e6c50;
scrollbar-darkshadow-color: #8e6c50;
scrollbar-shadow-color: #8e6c50;
scrollbar-arrow-color: #dcc3ad;
scrollbar-track-color: #dcc3ad;
scrollbar-width: 3;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  text-align:justify;
}

.Scrollbar-Up {
  position: absolute;
  width: 6px; height: 6px;
  background-color: #CFCFCF;
  font-size: 0px;
}

.Scrollbar-Track {
  width: 6px; height: 216px;
  position: absolute;
  top: 11px;
  background-color: #CFCFCF;
}

.Scrollbar-Handle {
  position: absolute;
  top: 0px; 
  left: 0px; 
  visibility: visible;
  width: 6px; height: 30px;
  background-color: #A1A1A1;
}

.Scrollbar-Down {
  position: absolute;
  top: 233px;
  width: 6px; height: 6px;
  background-color: #CFCFCF;
  font-size: 0px;
}

#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 589px;
}

#Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 569px;
  height: 240px;
}

#About { 
  position: absolute;
  overflow: hidden;
  width: 569px;
  height: 240px;
  display: none;
  display: block;
}
