body {
  background-color: black;
  background-image: url(images/stone.jpg);
}

body, table, tr, td, div, p, ul, li {
  color: #CCCCCC;  
}

h1 {
  color: white;
}

h2 {
  color: white;
}

a:link, a:visited {
  color: #DDDDC4;
}

a:active, a:hover {
  color: #DDDDC4;
}

h1 a {
  color: white ! important;
}

h1 .a_disabled {
  color: #CCCCCC ! important;
}

.important {
  color: #DDDDDD;
}

#title {
  background-image: url(images/bg_title.gif);
}

#main {
  background-color: black;
  background-image: url(images/bg_main.gif);
}

#members_bottom span {
  color: white;
}

.screenshot_container {
  background-image: url(images/frame_screenshot.gif);
  background-repeat: no-repeat;
}

.navigation_container {
  background-image: url(images/frame_navigation.gif);
  background-repeat: no-repeat;
}

.generic_container_header {
  background-image: url(images/frame_generic_header.gif);
  background-repeat: no-repeat;
  color: white;
}

.generic_container_content {
  background-image: url(images/frame_generic_content.gif);
  background-repeat: repeat-y;
}

.generic_container_table {
  background-image: url(images/frame_generic_table.gif);
  background-repeat: repeat-y;
}

.largepic_container {
  background-image: url(images/frame_largepic.gif);
  background-repeat: no-repeat;
}