html {
  overflow: hidden;
}
body {
  background: #000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  filter: alpha(opacity=100);
  cursor: crosshair;
}
#screen {
  position:absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
#screen span {
  position: absolute;
}
#screen img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border:#FFF solid 1px;
}
#screen div {
  position: absolute;
  top: 120%;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
  width: 100%;
  color: #444;
  white-space: nowrap;
}
#screen .chain {
  position: absolute;
  top: -600%;
  left: 50%;
  width: 0px;
  height: 600%;
  border-left: #444 solid 1px;
}
#img {
  visibility: hidden;
}

