
#sb-container,
#sb-wrapper { text-align:left; }

#sb-container,
#sb-overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  margin:0;
  padding:0;
}

#sb-container {
  height:100%;
  display:none;
  visibility:hidden;
  z-index:999;
}

body>#sb-container { position:fixed; }

#sb-overlay { height:expression(document.documentElement.clientHeight+'px');
}

#sb-container>#sb-overlay { height:100%; }

#sb-wrapper { position:relative; }

#sb-wrapper img { border:none; }

#sb-body {
  position:relative;
  margin:0;
  padding:0;
  overflow:hidden;
}

#sb-body-inner {
  position:relative;
  height:100%;
}

#sb-content.html {
  height:100%;
  overflow:auto;
}

#sb-title,
#sb-loading,
#sb-info {
  display: none;
}

