html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
body {
  line-height: 1.8;
  font-family: 'Open Sans', sans-serif;
  color: #B40016;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
}
a {
  color: #B40016;
}
#background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
}
#background > div {
  width: 100%;
  height: 100%;
  background-image: url();
  background-size: contain;
  background-position: center;
}
#main {
  width: 100%;
  height: 100%;
}
#header {
  position: relative;
  width: 100%;
  height: 100%;
}
#header .row {
  display: table;
  width: 100%;
  height: 100%;
}
#header .row > div  {
  display: table-row;
}
#header .row .col {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 1em;
  vertical-align: middle;
  text-align: center;
}
#header .col > div {
  display: inline-block;
}
.logo {
  margin: 0;
  margin-bottom: 4em;
  text-align: center;
  font-size: 125%;
}
.logo img {
  width: 50%;
  max-width: 300px;
  vertical-align: bottom;
}
