body {
  background-color: #000000;
}
a { color: white;}
#main {
  background-image: url('images/background.png');
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 1000px;
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
}
#nav a {
  display: block;
  position: relative;
  height: 40px;
  width: 165px;
}
  #homelink {
    left:59px;
    top:236px;
  }
  #gallerylink {
    left:59px;
    top:260px;
  }
  #aboutlink {
    left:59px;
    top:283px;
  }
#vidlink {
  display: block;
  position: relative;
  left:59px;
  top:325px;
  height: 200px;
  width: 165px;
}
#ad {
  position: absolute;
  top: 700px;
}
#contentfooter {
  position:relative;
  left: 300px;
  width: 700px;
}
#content {
  padding: 15px;
}
#footer {
  text-align:center;
}
img {border:none;}
li {
  padding: 10px;
}
#thumbtable {
  margin-right:auto;
  margin-left:auto;
}
#used, #unused {padding-bottom:50px;}
#used .deletelink { display:none; }
#unused .deletelink { display: inline; }

