html {
  background: url(images/view_from_plane.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-outer {
  background: url("images/bg-gradient.png") repeat-x scroll left top #ffffff;
  border: 1px solid #CBCBCB;
  box-shadow: 0 0 .5rem #c7c7c7;
  margin: 2rem;
  height: 15rem
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

* {
  -moz-box-sizing: border-box;
}

.content-inner {
  padding: 2rem;
}

.oops {
  font-size: 55px;
  color: #C2E5F0;
  font-weight: 700;
  font-family: sans-serif;
  padding-bottom: 1.8rem;
}

.desc {
  font-size: 1.65rem;
  color: #898a8c;
  font-family: sans-serif;
  font-weight: 100;
  padding-bottom: 1rem;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ue-logo {
  padding: 1.3rem 0 2rem;
}



