html, body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}
a {
  outline:0;
}
div.nav_column {
  position:absolute;
  width:360px;
  height:100%;
  top:0;
  left:0;
}
div.nav_coltop {
  position:fixed;
  width:360px;
  left:0;
  top:0;
}
table.bigpic {
  height:100%;
  width:100%;
  border-spacing:0;
  padding:0;
  border:0;
}
td.bigpic {
  height:100%;
  vertical-align:middle;
}
div.copyright {
  position:absolute;
  bottom:0;
  right:0;
  left:0;
}
p.copyright {
  text-align:right;
  vertical-align:bottom;
  font:10px arial,sans-serif;
  color:#cccccc;
}
p.nojs {
  text-align:right;
  vertical-align:bottom;
  font:20px arial,sans-serif;
  color:#ff0000;
}

#bigpic_container {
  text-align:center;
  position:fixed;
  top:10px;
  right:10px;
  height:100%;
  width:10px;  /*expands*/
}
#nav_colbottom {
  position:absolute;
  width:360px;
  height:10px;  /*expands*/
  left:0;
  bottom:0;
}
#scrollbar_container {
  position:absolute;
  width:360px;
  height:10px;  /*expands*/
  bottom:0;
}
#scrollbar_track {
  position:absolute;
  top:10%;
  right:0;
  height:80%;
  width:10px;
  background-color:#eeeeee;
  cursor:move;
}
#scrollbar_handle {
  width:10px;
  background-color:#cccccc;
  cursor:move;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity:0.9;
  -moz-opacity:0.9;
}
#scrollbar_content {
  overflow:hidden;
  width:350px;
  height:10px;  /*expands*/
}
