body {
  padding: 0;
  margin: 0;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

#howto {
  position: absolute;
  width: 795px;
  height: 1014px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
}

#howto .inner {
  width: 500px;
  margin: 0 auto;
  color: white;
  position: relative;
  top: 100px;
  font-weight: bold;
}

#howto .inner #submit {
  width: 300px;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  height: 80px;
  line-height: 80px;
}

#howto .inner #nickname {
  width: 280px;
  font-size: 20px;
  margin: 0 auto 10px auto;
  padding: 10px;
  display: block;
  text-align: center;
}

#howto .inner #start_hint {
  display: block;
  width: 300px;
  margin: 10px auto 0 auto;
  color: #F6358A;
  font-size: 13px;
}

#wrap {
  width: 795px;
  height: 1014px;
  background: url('/images/arcade_bg.png') no-repeat top left;
}

#wrap #racer {
  margin-left: 0;
  position: relative;
  top: 47px;
  left: 100px;
}

#racer #hud {
  background-color: #FF00FF;
  background-color: rgba(255, 0, 255, 0.8);
}

#racer #hud .fastest {
  background-color: rgba(255, 255, 255, 0.5);
}

#fps {
  display: none;
}

#info {
  background-color: #00FFFF;
  background-color: rgba(0, 255, 255, 0.8);
  position: absolute;
  top: 92px;
  left: 108px;
  z-index: 1;
  padding: 3px;
  border: 1px solid black;
  width: 160px;
}

#info ul {
  padding: 0;
  margin: 0;
  font-size: 10px;
  list-style-type: none;
  color: #800080;
}

#info ul li.new_info {
  color: #F6358A;
  font-weight: bold;
}

#leaderboard {
  width: 160px;
  max-height: 423px; /* 6px above the bottom of the racing frame */
  overflow-y: auto;
  background-color: #00FFFF;
  background-color: rgba(0, 255, 255, 0.7);
  position: absolute;
  top: 92px;
  left: 568px;
  z-index: 1;
  padding: 3px;
  border: 1px solid black;
}

#leaderboard ul {
  padding: 0;
  margin: 0;
  font-size: 10px;
  list-style-type: none;
  color: #000000;
}

#leaderboard ul li.new_record {
  color: #F6358A;
  font-weight: bold;
}

#leaderboard ul li span {
  float: right;
}

#personalboard {
  display: none;
  position: absolute;
  z-index: 20;
  width: 276px;
  height: 54px;
  left: 284px;
  top: 92px;
  background-color: #00FF00;
  background-color: rgba(0, 255, 0, 0.6);
  border: 1px solid black;
}

/* music on/off, inside the racing frame below the multiplayer feed */
#mute {
  position: absolute;
  top: 491px;
  left: 108px;
  width: 32px;
  height: 32px;
  z-index: 1;
  background-image: url('/images/mute.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}

#mute.on {
  background-position: -32px 0px;
}

#personalboard h1 {
  font-size: 17px;
  text-align: center;
  margin: 3px 0px 0px 0px;
  padding: 0;
}

#personalboard p {
  font-size: 11px;
  margin: 0;
  padding: 0px 6px 0px 6px;
}

#sound {
  position: absolute;
  top: 52px;
  left: 355px;
  z-index: 50;
}