body {
  background-color: #808080;
}

div.main, img.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 225px;
}

div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 225px;
  background-repeat: no-repeat;
}

div.static {
  background-image: url(images/static3000.png);
}

div.silo {
  background-image: url(images/silo2.png);
}

div.camera {
  position: absolute;
  bottom: 7px;
  left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #c0f0c0;
  text-shadow: #80c080 0 0 1px;
}

div.timestamp {
  position: absolute;
  bottom: 7px;
  right: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #c0f0c0;
  text-shadow: #80c080 0 0 1px;
}

