body, html {
  scrollbar-face-color: #0f0f0f;
  scrollbar-shadow-color: #222;
  scrollbar-highlight-color: #444;
  scrollbar-3dlight-color: #111;
  scrollbar-darkshadow-color: #000;
  scrollbar-track-color: #0a0a0a;
  scrollbar-arrow-color: #444;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #eee;
  font-family: "Trebuchet MS", Helvetica, sans-serif; 
  text-align: justify;
}
body, td {
  font-size: 13px;
}
a {
  color: #d84200;
  font-style: normal;
  text-decoration: underline;
}
a:hover {
  color: #ff5a11;
  font-style: normal;
  text-decoration: underline;
}
a:visited:hover {
  color: #ff5a11;
  font-style: italics;
  text-decoration: underline;
}
a:visited {
  color: #d84200;
  font-style: italics;
  text-decoration: underline;
}
body#theme {
  margin-top: 90px;
}
#page {
  background-color: #101010;
  height: 450px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #333;
  width: 100%;
}
#header {
  position: absolute;
  top: 25px;
  left: 400px;
  z-index: 40;
}
#intropic {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 30;
}
#display {
  scrollbar-face-color: #222;
  scrollbar-shadow-color: #333;
  scrollbar-highlight-color: #555;
  scrollbar-3dlight-color: #222;
  scrollbar-darkshadow-color: #111;
  scrollbar-track-color: #0c0c0c;
  scrollbar-arrow-color: #555;
  position: absolute;
  left: 485px;
  top: 106px;
  padding: 0px 10px 5px 10px;
  overflow: auto;
  border: 1px solid #555;
  height: 415px;
  width: 340px;
}
.gallerypage #display {
  position: absolute;
  top: 106px;
  left: 5px;
  width: 820px;
}
#pagetitle {
  font-size: 24px;
  text-align: center;
}
#footer {
  position: absolute;
  top: 542px;
  left: 0;
  border-bottom: 1px solid #222;
  width: 100%;
  z-index: 10;
}
#legal {
  padding-left: 490px;
  font-size: 12px;
  color: #333;
  width: 500px;
}

/* Gallery */

#albumbox {
  scrollbar-face-color: #222;
  scrollbar-shadow-color: #333;
  scrollbar-highlight-color: #555;
  scrollbar-3dlight-color: #222;
  scrollbar-darkshadow-color: #111;
  scrollbar-track-color: #0c0c0c;
  scrollbar-arrow-color: #555;
  position: absolute;
  left: 485px;
  top: 106px;
  padding: 0px 10px 5px 10px;
  border: 1px solid #555;
  height: 415px;
  width: 340px;
}

/* the iframe */
#photobox {
  position: absolute;
  top: 106px;
  left: 5px;
  width: 470px;
  height: 420px;
}

/* Pages within the iframe */
#photo {
  background-color: #101010;
}

/* Edit links */
.editlink {
  position: absolute;
  top: 386px;
  left: 425px;
}
.editlink2 {
  position: absolute;
  top: 5px;
  left: 300px;
  z-index: 30;
}
.editlink, .editlink2 {
  background-color: #000;
  padding: 2px 5px;
  border: 2px outset #d84200;
  z-index: 30;
}
.editlink a, .editlink a:visited, .editlink2 a, .editlink2 a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #d84200;
}
.editlink a:hover, .editlink a:visited:hover, .editlink2 a:hover, .editlink2 a:visited:hover  {
  text-decoration: none;
  font-weight: bold;
  color: #f86220;
}
#guestpreview {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  width: 400px;
}
#login {
  position: absolute;
  top: 542px;
  left: 0;
  font-size: 11px;
  width: 400px;
  z-index: 20;
}
#gsPages {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#watermark_background, #watermark_original {
  border: 1px dashed #d84200;
}