html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  margin: 0 auto -40px;
}

footer, .push {
  height: 40px;
}

#wrapper {
  width: 100%;
}
#wrapper header {
  width: 100%;
  border-top: 12px solid #014796;
  border-bottom: 1px solid #d9d9d9;
}
#wrapper header h1 {
  width: 980px;
  margin: 0 auto;
  padding: 36px 0 36px 24px;
}
#wrapper article {
  width: 728px;
  margin: 72px auto 0;
  padding: 44px 0;
  border: 2px solid #e4ecf7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f3f8ff;
}
#wrapper article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}

footer {
  width: 100%;
  background: #393939;
}
footer p {
  display: block;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2;
  text-align: center;
  color: white;
}
