#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,
#Body .skin_fluid_fullscreen_bg .eds_rotatorWrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#Body .skin_fluid_fullscreen_bg .DNNModuleContent,
#Body .skin_fluid_fullscreen_bg .eds_rotatorWrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#Body .skin_fluid_fullscreen_bg .eds_rotatorManageMenu {
  top: 80px;
}

