body {
  background: url("bg.jpg") #111111 50% 50% no-repeat fixed;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 10%;
  font-family: Arial;
  }

h1 {
  display: inline-block;
  padding: 5px;
  background-color: #111111;
  color: white;
}

h2 {
  display: inline-block;
  padding: 5px;
  background-color: #111111;
  color: white;
  margin-bottom: -5px;
}

h2 a {
  text-decoration: none;
  color: white;
}

div {
  display: block;
  width: 80%;
  padding: 15px;
  background-color: #111111;
  line-height: 150%;
  color: white;
  margin-top: 10px;
}

div a {
  color: white;
}

table, th, td {
   border: 2px solid gray;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  height: 50px;
  text-align: center;
}

.zone {
  height: 80px;
}