html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  border: 0;
  overflow-y: scroll
}

body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: #3c5a76 url('status_bg.png') no-repeat center
}

#container {
  width: 400px;
  padding: 0
}

@media screen and (max-width:640px) {
  #container {
      max-width: 320px;
      width: 100%
  }
}

h1 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.68);
  letter-spacing: -1px;
  margin: 0
}

.sorry {
  display: block;
  color: #243748;
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  text-align: center
}


.tumbeasts_image {
  width: 546px;
  height: 329px;
  margin-left: -73px
}
