/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer { height: 92%;}
/* end hide */

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #333;
  color:#FFF;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, Arial, sans-serif;
}
p {
  position: static;
  border: 0px;
  margin: 8px auto;
  padding: 0px;
  width: 908px;
  font-size: 13px;
}
a { color: #FFF; text-decoration: none; }
a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; text-decoration: none; }
a:hover { color: #FFF; text-decoration: underline; }
a:active { color: #FFF; text-decoration: underline; }

.copy {
  padding: 6px 0px;
  font-size: 11px;
  text-align: right;
}
