body {
  margin: 0;
  background-color: #4d4d4d;
  font-family: Arial;
  color: fff;
}

body, table {
  font-size: 12px;
}

a:link, a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover
{
  color: #99cc69;
}

p {
  margin: 0px;
}

#main {
  margin: 0px auto; 
  width: 830px;
}

#banner {
  background-image:url(img/banner.gif);
  height: 85px;
}

#navi {
  height: 20px;
  background-image:url(img/navi.gif);
  color: #cfd7c4;
  padding-left: 25px;
  padding-top: 5px;
  background-repeat: no-repeat;
}

#content {
  background-image:url(img/content.gif);
  height: 400px;
  padding: 10px 25px
}

#footer {
  height: 15px;
  font-size: 12px;
  text-align: right;
  background-image:url(img/footer.gif); 
  background-repeat: no-repeat; 
  padding: 5px 15px;
}

#footer a {
  color: #99cc69;
}