body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: black;
  color: rgb(198, 219, 231);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

#wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -677px;
  margin-left: -679px;
  width: 1353px;
  height: 1358px;
  background: url(/images/peter_browne_mosaic.jpg) no-repeat;
}

#soon {
  width: 500px;
  margin: 780px auto 0 auto;
  text-align: center;
}

#soon span {
  background: black;
  padding: 5px 10px;
}

#soon span.spacer {
  padding: 5px 6px;
}

#soon h1 {
  font-size: 18px;
  line-height: 25px;
}

#soon h1 em {
  font-style: normal;
  font-weight: normal;
}

#soon p {
  color: #326C7F;
}