/* line 1, ../sass/404.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 7, ../sass/404.scss */
body {
  background: url('404-bg.jpg?1382772172');
  width: 100%;
  position: relative;
}
/* line 14, ../sass/404.scss */
body .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 21, ../sass/404.scss */
body .wrapper .container {
  width: 100%;
  height: 404px;
  background: white;
  box-shadow: 0 3px 3px #245a7e;
  position: absolute;
  padding: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 35, ../sass/404.scss */
body .wrapper .container .img {
  background: url('404.jpg?1382772749');
  width: 847px;
  height: 323px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -423px;
  top: 40px;
}
/* line 45, ../sass/404.scss */
body .wrapper .container .button {
  width: 259px;
  height: 40px;
  background: url('404-button.jpg?1382775445');
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 0px;
}
/* line 53, ../sass/404.scss */
body .wrapper .container .button:hover {
  border: 2px solid #578eb2;
  top: 78px;
  left: -2px;
}
