body {
  padding: 0px;
  margin: 0px;
  background: #140d07 url(../img/page_bg.png);
  font-family: sans-serif;
}

#game_box {
  width: 768px;
  height: 480px;
  padding: 4px;
  margin: 30px auto;
  background: #000;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.map {
  display: none;
}

#instructions {
  width: 768px;
  padding-bottom: 30px;
  margin: 0px auto;
  font-size: 14px;
  color: #963;
  text-align: center;
  font-weight: bold;
}

#longer_instructions {
  width: 768px;
  padding-bottom: 20px;
  margin: 0px auto;
  font-size: 14px;
  color: #963;
}

#comment {
  width: 768px;
  padding-bottom: 20px;
  margin: 0px auto;
  font-size: 10px;
  font-weight: bold;
  color: #963;
  text-align: center;
}

#comment a {
  color: #963 !important;
  text-decoration: none;
}

#comment a:hover {
  color: #963 !important;
  text-decoration: underline;
}