html, body, #fight {
  cursor: default;
  height: 96%;
  margin: auto;
}

#fight {
  color: #ab987a;
  display: table;
  font: 13px/18px Helvetica, Arial, sans-serif;
  width: 600px;
}

#the, #power {
  display: table-cell;
  vertical-align: middle;
}

#mac {
  background: url(hello.jpg) no-repeat;
  height: 316px;
  margin: 0 0 15px 100px;
  width: 500px;
}

#drew {
  color: #867565;
  padding-right: 20px;
  position: absolute;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin-left: 100px;
}

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

a:hover {
  color: #2e6b8a;
}

span {
  color: #e4ddd3;
  font-weight: bold;
  margin-left: 5px;
}
