* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
}

h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 2em;
  color: #e13214;
  margin: 9px 0;
}

p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555555;
  font-size: 1.5em;
  line-height: 1.5em;
}

img {
  margin: 10px 0 10px 0;
}

#container {
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -200px;
}

#container:after {
  content: "";
  display: block;
}

#footer, #container:after {
  height: 200px;
}

#top {
  width: 80%;
  margin: 0 auto;
  height: 160px;
  background: #ffffff;
}

#middle-container { 
  padding: 50px 0 50px 0;
  background: linear-gradient(
    to bottom,
    #e2e2e2 0%,
    #ffffff 100%
  );
}

#middle-content {
  width: 80%;
  margin: 0 auto;
}

#footer {
  background: linear-gradient(
    to bottom,
    #474444 0%,
    #7a7777 100%
  );
}