/*
styles for WholePic
last update 2012-02-19
*/

body, html, div {
  margin: 0; padding: 0;
  font-size: 13px;
  color: #ccc;
}

body, html {
  width: 100%; height: 100%;
}

body { position: relative; }

div, body, span { font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Tahoma, Arial, sans-serif; }

a, div, object { outline: none; }

a { color: #ccc; }

object { display: block; }

#infobox {
  display: none;
  position: absolute;
  z-index: 200;
  top: 10px;
  right: 8px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

#underDiv {
  display: none;
  position: relative;
}

#greyBack {
  position: absolute;
  z-index: -10;
}

#gorilla {
  position: absolute;
  z-index: 10;
}

