html {
  text-align: center;
}

html body {
  background: #f79829 none;
  height: 450px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px auto auto -300px;
}

html body p.logo {
  margin: 40px auto auto;
  height: 152px;
  background: transparent url(/img/logo.gif) no-repeat center center;
}

html body p.tagline {
  margin: 70px auto auto;
  height: 26px;
  background: transparent url(/img/tagline.gif) no-repeat center center;
}

html body p.icons {
  margin: 30px auto auto;
  height: 69px;
  background: transparent url(/img/icons.gif) no-repeat center center;
}

html body a.address {
  display: block;
  margin: 50px auto auto;
  height: 17px;
  background: transparent url(/img/address.gif) no-repeat center center;
}

html body p {
  padding: 0;
}

html body p span,
html body a span {
  display: none;
}