body {
  background: #f3f3f3 url(/images/bg-grain.png);
  font-family: Futura;
  font-size: 18px;
  line-height: 30px; }

h1, h2, p {
  margin: 0; }

#content {
  width: 768px;
  margin: 90px auto 120px;
  text-align: center; }

#intro {
  height: 270px;
  text-indent: -5000px;
  background: url(/images/text-intro.png) no-repeat center top; }

#beliefs {
  height: 600px;
  text-indent: -5000px;
  background: url(/images/text-beliefs.png) no-repeat center top; }

#contact {
  display: block;
  height: 40px;
  text-indent: -5000px;
  background: url(/images/text-contact.png) no-repeat center top; }
  #contact:hover {
    background-position: center bottom; }
