body {
  font: normal 62.5% Arial,Helvetica,sans-serif;
  color: #555;
  text-align: center;
}
#interstitial {
  width: 920px;
  margin: 80px auto;
  padding: 10px;
  background: url(bg.png) repeat-y center;
}
#message {
  font-size: 1.4em;
  font-weight: bold;
  padding: 60px 100px;
  background: #fff;
}
p {
  margin: 40px 0;
}
a.learn-more {
  display: block;
  width: 211px;
  height: 51px;
  margin: 0 auto;
  background: url(learn-more.png) no-repeat center;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
}
a.proceed {
  display: block;
  width: 191px;
  height: 63px;
  margin: 0 auto;
  background: url(proceed.png) no-repeat center;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
}
.format-text {
  line-height: 1.5;
  text-align: left;
}
.format-text p {
  margin: 1.5em 0;
}
.format-text li {
  font-weight: normal;
  margin: 1em 0;
}