#main {
  position: relative;
  top: -690px;
  height: auto; 
  width: 800px;
  margin: 30px auto 0px auto;
  background: url('../img/body-w-m.png') repeat-y 0px 0px;
}

#main-t {
  position: relative;
  top: -40px;
  height: 40px; 
  width: 800px;
  margin: 0px auto 0px auto;
  background: url('../img/body-w-t.png') no-repeat top left;
}

#main-b {
  position: relative;
  top: 40px;
  height: 40px; 
  width: 800px;
  background: url('../img/body-w-b.png') no-repeat top right;
}

#footer {
  position: relative;
  clear: both;  
  top: 40px;
  text-align: center;
  color: #000000;
}
