body {
  padding: 0px;
  margin: 0px;
  background: #000 url(../img/background.png);
}

#gamebox {
  width: 960px;
  height: 496px;
  margin: 60px auto 0px;
  border: 4px solid #110f0d;
}

a {
  color: #c60;
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

.verticalMiddle {
  vertical-align: middle;
}

h1 {
  width: 960px;
  margin: 0px auto;
  padding: 50px 0px 10px;
  font-family: "BebasNeue", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.3em;
  color: #c96;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: normal;
}

h2 {
  width: 960px;
  margin: 0px auto;
  padding: 5px 0px 0px;
  font-family: "BebasNeue", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  color: #c96;
  letter-spacing: 0.03em;
  font-weight: normal;
}

ul {
  width: 960px;
  margin: 0px auto;
  padding: 0px 0px 25px;
}

li {
  margin: 0px 0px 0px 20px;
  padding: 7px 240px 0px 5px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #c96;
}

#basic_instructions {
  width: 960px;
  margin: 0px auto;
  padding: 0px 0px 5px;
}

.table {
  width: 960px;
  margin: 0px auto;
  padding: 5px 0px 25px;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px none;
}

td {
  padding: 8px 30px 1px 0px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  color: #c96;
}

.name {
  font-family: "BebasNeue", Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  font-size: 18px;
  font-weight: normal;
}

.building_image {
  width: 76px;
  padding-top: 76px;
  height: 0px;
  overflow: hidden;
}

#created_by {
  width: 960px;
  margin: 0px auto;
  padding: 20px 0px;
  font-family: "BebasNeue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #c96;
  text-align: center;
  letter-spacing: 0.03em;
}