html {height:100%;}
body {height:100%; margin:0; padding:0; background-color: #000000;}

#bg {
  width: 760px;
  height: 520px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -260px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(images/grunge_paper.jpg);
  z-index: 1;
}

#menu {
  width: 740px;
  height: 28px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -370px;
  margin-bottom: -250px;
  z-index: 2;
  background-image: url(images/menu_back.gif);
}

#content {
  width: 740px;
  height: 336px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -370px;
  margin-top: -120px;
  z-index: 2;
}

a:link { text-decoration:none; color: #000000; font-size: 16px; font-weight: bold;}
a:visited { text-decoration:none; color: #000000; font-size: 16px; font-weight: bold;}
a:active { text-decoration:none; color:#000000; font-size: 16px; font-weight: bold;}
a:hover { text-decoration:none; color: #660000; font-size: 16px; font-weight: bold;}	
a.thumb img { border: 2px solid #000000; }
a.thumb:hover img { border: 2px solid #660000; }


















