* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  background: #f1f1f3;
  margin: 0 auto;
  /*Opera Fix*/ }
  body:before {
    /* thanks to Maleika (Kohoutec)*/
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /* thank you Erik J - negate effect of float*/ }

#wrapper {
  min-height: 100%; }

#innerWrapper {
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  width: 990px; }

/* must be same height as the footer */
#footer {
  position: relative;
  margin-top: -80px;
  /* negative value of footer height */
  height: 80px;
  clear: both;
  padding-top: 0; }

.logo {
  display: block;
  margin: 0 auto 75px; }

.errorContent {
  background: #fff0f0;
  border: 1px solid #ffcccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 40px 130px;
  text-align: center;
  color: #cc6666;
  font-family: 'AvenirLTStd55RomanRegular', Arial;
  margin-bottom: 20px; }
  .errorContent > img {
    display: block;
    margin: 0 auto 50px; }
  .errorContent h1 {
    color: #cc6666;
    margin: 0 0 10px; }
  .errorContent p {
    margin: 0 0 20px;
    font-size: 15px; }
  .errorContent a {
    font: 15px 'AvenirLTStd65MediumBold', Arial; }
