.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 16px; height: 20px;
  background:url(/img/scrollerT.gif);
  font-size: 0px;
}
.Scrollbar-Track {
  width: 16px; height: 445px;
  position: absolute;
  top: 20px;
  background-color: #FFF08D;
}
.Scrollbar-Handle {
  position: absolute;
  width: 16px; height: 40px;
  background-color: #C70120;
}
.Scrollbar-Down {
  position: absolute;
  top: 465px;
  width: 16px; height: 20px;
  background:url(/img/scrollerB.gif);
  font-size: 0px;
}
#Scrollbar-Container {
	visibility:hidden;
  position: absolute;
  top: 40px; left: 781px;
}

#Container {
  position: absolute;
  top: 40px; left: 200px;
  width: 580px;
  height: 495px;
}
#News, #About, #Extra {
  position: absolute;
  top: 10px;
  overflow: hidden;
  width: 580px;
  height: 475px;
  display: none;
}
#News {display: block;}
p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
#Container p { color:#000 }

#Navigation {
  position: absolute;
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}
#Tween {
  position: absolute;
  top: 50px;
  left: 490px;
  width: 100px;
}
#Steps {
  position: absolute;
  top: 275px;
  left: 50px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
}
#Tween a, #Steps a {
  padding: 5px 10px;
  display: block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
}
#Tween a:hover, #Steps a:hover {
  color: #777;
}

