.stepper {
  text-align: center;
}

.stepper table {
  margin: 0 auto;
}

.step {
  background: #382418;
  color: #AAAAAA;
  border-bottom: 1px solid #AFAFAF;
  border-right: 1px solid #000000;
  border-top: 0;
}

.step-current {
  background: #382418;
  color: #FFBB22;
  border-bottom: 0;
  border-right: 1px solid #000000;
  border-left: 1px solid #9B918B;
  border-top: 1px solid #AFAFAF;
}

.step-done {
  background: #382418;
  color: #90c040;
  border-bottom: 1px solid #8B8589;
  border-right: 1px solid #000000;
  border-top: 0;
}

#button_wrapper {
  width: 200px;
  height: 100px;
  position: relative;
  margin: 13px auto 16px auto;
}
#button_wrapper a {
  display: block;
  position: absolute;
  width: 180px;
  height: 80px;
  margin: 5px;
  background: #808080;
  font-weight: bold;
  color: white;
  text-align: center;
  border: 5px outset #909090;
}
#button_text {
  line-height: 200%;
}
#play_button {
  display: block;
  cursor: hand;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 200px;
  height: 100px;
  background-image: url('/img/title2/doublebutton_play.gif');
}
a:hover #play_button {
  background-position: 0 100px;
}
