body {
  background-image:url(images/web_bg.jpg);
  background-repeat: no-repeat;
  margin:0px;
  padding:0px;
}

#content {
  background-color:white;
  background-image:url(images/content_bg.png);
  background-repeat:no-repeat;
}

#content p {
  margin:0px 50px;
  margin-bottom:15px;
  text-indent: 0px;
}

#content h1 {
  font-family:HelveticaNeue,Arial,sans-serif;
  background-image:url(images/header.png);
  background-repeat:no-repeat;
  margin:0px 0px 60px 0px;
  padding:90px 0px 20px 0px;
  color:white;
  text-shadow:0px 0px 10px #000;
  text-align:center;
}