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: 6;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  text-align:justify;
	font-size: 12px;
}

.Scrollbar-Up {
  position: absolute;
  width: 6px; height: 6px;
  background-color: #CFCFCF;
  font-size: 0px;
}

.Scrollbar-Track {
  width: 6px; height: 276px;
  position: absolute;
  top: 12px;
  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: 294px;
  width: 6px; height: 6px;
  background-color: #CFCFCF;
  font-size: 0px;
}

#Scrollbar-Container {
  position: absolute;
  top: 0px; left: 430px;
}

#Container {
  position: absolute;
  top: 0px; left: 0px;
  width: 410px;
  height: 300px;
}

#Container a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#952929;
}

#About { 
  position: absolute;
  overflow: hidden;
  width: 410px;
  height: 300px;
  display: none;
  display: block;
}

