body {
  background-color: #404040;
}

.header {
  width: 700px;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  background: #2285BB;
  color: white;
  text-align: left;
  font-family: "Verdana", "Arial sans-serif";
  margin: auto;
}

.middle {
  width: 700px;
  height: 400px;
  font-size: 12px;
  background: white;
  color: black;
  text-align: center;
  font-family: "Verdana", "Arial sans-serif";
  margin: auto;
}

.greg {
  vertical-align: middle;
  padding: 0px 0px 0px 8px;
}