#Body .site_wrapper {
  position: relative;
  z-index: 1;
}
#Body .skin_fluid_fullscreen_bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  z-index: 0;
  overflow: hidden;
}
#Body .skin_fluid_fullscreen_bg .DnnModule {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#Body .skin_fluid_fullscreen_bg .DNNModuleContent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

