body {
  background-color: #EEEEEE;
}

div#title {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -150px;
  text-align: center;
  color: #111111;
  font-weight: bold;
  font-size: 36px;
}

div#subtitle {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -50px;
  text-align: center;
  color: #111111;
  font-size: 24px;
}

div#contact {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}

div#contact a {
  color: #FF0000;
  font-size: 18px;
  text-decoration: none;
}
