body#home {
  width: 900px;
  margin: 0 auto;
  height: 700px;
  font-family: Georgia, serif;
  color: #444;
  /*
  background-image: url(/images/newcru.png);
  */
}

body#home h1,
body#home h2,
body#home h3 {
  text-indent: -4000px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding: 0;
  margin: 0;
}

body#home h1.strapline {
  background-image:url(/images/logo.png);
  height: 150px;
  margin-top: 3em;
}
body#home h2.footer {
  text-indent: 0;
  font-size: 1.0em;
  color: black;
}

body#home div.body {
  margin: 0 auto;
  font-size: 1.1em;
  width: 24em;
}

body#home div.body p {
}
