body {
  position: relative;
}

#scoreboard {
  position: absolute;
  top: 0;
  left: 367px;
  font-family: monospace;
  color: white;
}

#controls {
  position: absolute;
  top: 70px;
  left: 367px;
}
#pause {
  width: 99px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 22px;
  color: white;
  background: transparent url('pauseButtonBg.png') top left no-repeat;
}
#arrows {
  margin-top: 40px;
  width: 128px;
  height: 128px;
  background-image: url('dpad2.png');
  text-align: center;
}
#arrows button {
  line-height: 37px;
  width: 37px;
  visibility: hidden;
}

#playground {
  border: 1px solid #445;
  border-radius: 7px;
  background-color: #bcf;
}

#sky {
  background: transparent url('sky.png') top left repeat-x;
}

.statusOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 48px;
  line-height: 75px;
  width: 352px;
  height: 184px;
  padding-top: 80px;
  vertical-align: middle;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
}
.statusOverlay span {
  display: block;
  font-family: monospace;
  font-size: 15px;
}
.statusOverlay a {
  color: white;
  text-decoration: none;
}
.statusOverlay a:hover {
  text-decoration: underline;
}
#underConstruction {
  padding-top: 55px;
  padding-bottom: 25px;
}

#lose {
  height: 224px;
  padding-top: 40px;
}

.hidden {
  display: none;
}

