body {
  color: #FFFFFF;
  background-color: #000000;
}

#main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 808px;
  height: 606px;
  margin-top: -303px;
  margin-left: -404px;
}

#menu {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 237px;
  padding-top: 122px;
  text-align: right;
}

.menu-item {
  margin-bottom: 8px;
}

.menu-item a, .menu-item a:link, .menu-item a:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  text-decoration: none;
}

.menu-item a:hover {
  color: #990000; 
}

#content {
  position: absolute;
  left: 274px;
  top: 98px;
  width: 371px;
  height: 412px;
}

#contentframe {
  width: 371px;
  height: 412px;
}

#scroller-up {
  position: absolute;
  width: 30px;
  height: 28px;
  left: 654px;
  top: 102px;
  cursor: pointer;
}

#scroller-down {
  position: absolute;
  width: 30px;
  height: 28px;
  left: 654px;
  top: 482px;
  cursor: pointer;
}

#anim {
  position: absolute;
  width: 125px;
  height: 121px;
  right: 0px;
  top: 0px;
}

#player {
  position: absolute;
  width: 128px;
  height: 58px;
  left: 675px;
  top: 525px;
}

