body {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

#popup-overlay, #popup-overlay img, #popup { position: absolute; }

#popup-overlay {
  width: 100%;
  height: 100%;
  top: expression((bah = document.documentElement.scrollTop)+'px');
  left: expression((bah = document.documentElement.scrollLeft)+'px');
}

#popup {
  top: expression((bah = document.documentElement.scrollTop)+300+'px');
}

#content { height: 440px; }

#home { zoom: 1; }
#home #active-users { margin-left: 42%; }
#home ul li { background-image: url(/images/list.gif); }
#home ul li.new { background-image: url(/images/list_new.gif); }

#information .info { background: none; color: #333; }

#browser-search {
  top: 123px;
  margin-right: 18px;
  height: 100%;
}

#browser-search div {
  width: 100%;
  height: 90%;
}

#browser-scroll.icons {
  overflow-y: visible;
  height: auto !important;
}

#browser-actions { zoom: 1; }

.icon { margin: 0; }

#sidebar .upgrade-link .icon {
  margin-left: -21px;
}

#browser-message {
  bottom: 3.3em;
}
