#portphoto{
  position: absolute;
  left: 25%;
  top: 50px;
  background: #ddd;
  border: solid #031018 2px;
  display: none;
  z-index: 99;
}

#screen{
  position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 98;
  display: none;
  background: url(/admin/images/h1.png);
}

* html #screen{
    background-color: #000;
    background-color: transparent;
    background-image: url(spacer00.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/h1.png", sizingMethod="scale");
}
