html, body {
  width: 100%;
  margin: 0px; padding: 0px;
  border-width: 0px;
  background-color: rgb(0,0,0);
  font-family: sans-serif;
  color: rgb(222,222,222);
  font-size: 12px;
  text-align: center;
}
img {
  border-width: 0px;
  margin: 0px;
}
h1 {
  padding: 10px 20px;
  margin: 10px 20px;
  font-size: 24px;
}
div#mainbox {
  padding: 0px 20px 10px 20px;
  text-align: center;
}
div.photo {
  border: 1px solid rgb(  9,  9,  9);
  display: block;
  width: 122px;
  height: 122px;
  float: left;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.photo div {
  display: block;
  width: 120px; height: 120px;
  margin: 0px; padding: 0px;
  border-width: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.photo a {
  display: block;
  width: 120px; height: 120px;
  margin: auto; padding: 0px;
  border-width: 0px;
  background-repeat: no-repeat;
}
div.photo a:link, div.photo a:visited {
  border: 1px solid rgb(0,0,0);
  background-position: top center;
}
div.photo a:hover, div.photo a:active {
  border: 1px solid rgb(90,60,0);
  background-position: bottom center;
}

div#fullview_header {
  width:  100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
  background-color: rgb(30,30,30);
  border-bottom: 1px solid rgb(90,90,90);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
  div#fullview_header img#fullview_logo {
    position: absolute;
    top: 2px;
    left: 8px;
  }
  div#fullview_header button#fullview_buttonexif {
    position: absolute;
    top: 4px;
    right: 18px;
    background-color: rgb(60,60,60);
    border: 1px solid rgb(45,45,45);
    padding: 0px;
    width: 50px;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
  }
  div#fullview_header div {
    padding: 3px 0px 0px 0px;
  }
  div#fullview_header div img {
    vertical-align: middle;
    width: 28px;
    height: 22px;
  }
  div#fullview_header div a:link, div#fullview_header div a:visited {
    color: rgb(222,222,222);
    text-decoration: none;
  }
  div#fullview_header div a:hover, div#fullview_header div a:active {
    color: rgb(150,150,255);
    text-decoration: overline;
  }
  
  
img#fullview_photo {
  max-height: 94.0%;
  height: expression(this.height > 500 ? this.height/2 : true); /* damn IE */
  margin: 2px auto;
  border: 1px solid rgb(60,60,60);
  cursor: -moz-zoom-in; /* FF */
}

