#fallback {
  height: 100%;
  overflow: auto;
}

#fallback_header {
  height: 18em;
  background: url('../img/easycity_hero.png') center 30% no-repeat;
}

#fallback_content {
  color: #333;
  padding: 2em;
  margin: 2em;
  background: #EEE;
  border-radius: 1.5em;
}

#fallback_content h1{
  font-size: 2em;
  text-align: center;
}

#fallback_content p{
  font-size: 1.8em;
  text-align: center;
  line-height: 1.4em;
}

#fallback_content .error_code {
  display: block;
  font-family: monospace;
  font-size: 1.6em;
  text-align: center;
  color: #999;
}