

/* horizon */
div#age-horizon {
  height: 50%;
  width: 100%;
  min-width: 1085px;
  background: #3c81c4 url(../images/age/horizon-bg.gif) repeat-x bottom;
}

/* island */
div#age-verification {
  background: #3c81c4 url(../images/age/bg-center.gif) repeat-y;
  width: 1085px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  margin-left: -542px;
  height: 100%;
  min-height: 700px;
}
div#age-verification-center {
  background: transparent url(../images/age/bg-top.gif) repeat-y;
  height: 50%;
}
div#age-verification-content {
  background: transparent url(../images/age/bg.jpg) no-repeat;
  top: 50%;
  position: absolute;
  margin-top: -400px;
  width: 1085px;
  height: 700px;
  clear: both;
}
div#age-verification-content div.subline {
  border: 0px solid red;
  width: 400px;
  position: absolute;
  top: 580px;
  left: 350px;
  text-align: center;
  color: #254245;
}

div#age-verification-content form {
  position: absolute;
  top: 400px;
  left: 436px;
  height: 100px;
  border: 0px solid red;
}
div#age-verification-content form input {
  width: 32px;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-family: Courier;
  height: 24px;
  line-height: 24px;
  background: transparent none;
}
div#age-verification-content form input.submit {
  width: 100px;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-family: Georgia;
  height: 24px;
  line-height: 24px;
  margin-top: -4px;
  background: transparent none;
}