html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 800px;
}

body {
  background-color: #272727;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

audio, #audioDebug {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

#container {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0px -50px 60px 20px rgba(0, 0, 0, 0.85);
}

#shell_content {
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 100%;
}

.shell_layer {
  position: absolute;
  top: 0px;
  left: 0px;
}

#shell_menu {
  z-index: 2;
}
#shell_menu .topMenu {
  width: 440px;
  height: 140px;
  position: relative;
  display: none;
}
#shell_menu .topMenu .courseTitle {
  width: 100%;
  height: 145px;
  text-indent: -9999px;
  line-height: 0;
  background-image: url(../img/logo.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#debug {
  background: #fff;
  max-height: 350px;
  overflow-y: scroll;
  opacity: 0;
}

/*# sourceMappingURL=shell.css.map */
