body {
  background-color: #f47f24;
  overflow-y: scroll;
}

header {
  padding: 15px 15px 0 15px;
  background-color: #0058a9;
}

header h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

main {
  background-color: #fff;
  padding: 15px;
  overflow: hidden;
}

footer {
  min-height: 200px!important; /* prevents the JS from making the footer too small when browser isn't very tall */
  width: 100%;
  background: url('../images/_footer_bg.png');
  background-color: #0058a9;
  text-align: center;
  color: #fff;
}

footer div.top {
  background: url('../images/_footer_top.png') repeat-x left top;
  width: 100%;
  height: 125px;
  background-size: 100px 125px;
}

.clear, .text-clear {
  clear: both;
}

.align_right {
  float: right;
}

.align_left {
  float: left;
}

.align_center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

figure figcaption {
  font-size: 80%;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

figure {
  width: 40%;
  max-width: 350px;
}
