#content {
  background-image: url(/img/backgrounds/vsite.jpg);
  height: 360px;
  padding: 0;
  overflow: visible;
  position: relative;
}
#vsite-player {
  position: absolute;
  top: 40px;
  right: 44px;
}
#indicator {
  position: absolute;
  top: 7px;
  left: 0;
  background: url(/img/backgrounds/indicator.gif) center center no-repeat;
  width: 268px;
  height: 27px;
}
#content #topics {
  position: absolute;
  top: 84px;
  left: 20px;
  width: 268px;
}
#content #topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 268px;
}
#content #topics li {
  padding: 0 32px;
  line-height: 27px;
  margin: 7px 0;
  color: #D8CCAD;
  cursor: pointer;
}
#content #topics li.hover, #content #topics li:hover {
  background: url(/img/backgrounds/over-indicator.png) left top repeat;
  color: #fff;
}
