#main {
  background-image: url('images/background.png');
  background-repeat: no-repeat;
  color: #000000;
  width: 100%;
  height: 888px;
}
#nav a {
  display: block;
  height: 50px;
  width: 245px;
  position: absolute;
}
#contentfooter {
  position:absolute;
  top: 250px;
  left: 400px;
}
#content {
  padding: 15px;
}
#footer {
  text-align:center;
}
img {border:none;}
li {
  padding: 10px;
}