#vcenter {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

#hcenter {
  position: absolute;
  left: 50%;
  height: 64px;
  top: -32px;
  width: 300px;
  margin-left: -150px;
  font-size: 1em;
}

#graphic {
  background: url(/images/rose.jpg) no-repeat;
  position: absolute;
  width: 372px;
  height: 296px;
  margin-top: -148px;
  top: 60%;
}

.disclaimer {
  display: none;
  text-align: center;
  font-variant: small-caps;
}

#bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

