/* add css selectors to customize your site */

#navcontainer img {
  display:none;
}

#footer {
  height: 35px;
  width: 940px;
  padding-top: 20px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  background-image: url(footer.gif);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px;
}

#footer p {
  margin: 0.25em 0;
}
