html {height:100%;}
body {
  margin:0;
  padding:0;
  height:100%;
  font-family:arial, serif;
}

#wrap {
  min-height:100%;
  width:780px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top: 10px;
}

#header {
  background-color: #fdf8ed;
}

#buttons {
  height:25px;
  width=100%;
  position:absolute;
  top:85px;
  background-image:url('button_back.gif');
  .a: text-decroation: none;
}

.buttons a:link {color: #000000; text-decoration: none;}
.buttons a:alink {color: #ffffff;}
.buttons a:visited {color: #000000;}

#main {
  padding-top: 25px;
  padding-bottom:80px;
  background-color:#ffffff;
}

#inner-wrap: after {
  content:" ";
  display:block;
  clear:both;
}

#footer {
  position:absolute
  bottom:0;
  height:80px;
  background-color: #ffffff;
  width=100%;
  color: #FF00FF;
  text-alight:center;
  margin:auto;
}





