body {
  background-color:#000000;
}

#thumbs {
  background-color:#000000;
  background-image:url(design/thumbs_background.png);
  background-repeat:no-repeat;
  height:1137px;
  background-position:center;
  padding-top:60px;
}  
#rust {
  background-image:url(design/rust.jpg);
  height:100px;
  width:800px;
  background-position:center;
  }
#thumb{
  border:#a80000;
  border-style:outset;
  border-width:thick;
  margin-right:10px;
  margin-bottom:10px;
}
#thumb:hover{
  border:#a50000;
  border-style:outset;
  border-width:thick;
  margin-right:10px;
  margin-bottom:10px;
}
#photo_big{
  border:#a80000;
  border-style:outset;
  border-width:10px;
  margin-right:10px;
  margin-bottom:10px;
}
img {
  border:none;
  }
a {
  display:inline;
}
#report_but{
  color:#FFFF99;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}
