div.landing-area {
  display: block;
  clear: both;
  float: none;
  padding: 0;
  margin-top: 10px;
  max-width: 520px;
  width: 100%;
  height: 7em;
}

div.landing-instruction {
  display: block;
  float: left;
  clear: both;
  font-size: 24px;
  font-family: "AvantGardeGothicITCW01B 731069";
  font-weight: bold;
  margin: 0 0 1em 0;
}

div.landing-choice {
  display: block;
  float: left;
  clear: none;
  padding: 0;
  margin: 0 20px 0em 0;
  width: 100%;
  height: 5em;
}

section.landing a.landing-link {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 22px;
  font-family: "AvantGardeGothicITCW01B 731069";
  line-height: 3em;
  position: relative;
}

section.landing a.landing-link:link, section.landing a.landing-link:visited, section.landing a.landing-link:hover a.landing-link:active {
  border-bottom: 7px solid #EBBED0;
  background-color: #C2C2C2;
  color: #FFFFFF;
}

section.landing span.landing-link-text {
  position: absolute;
  z-index: 1;
  left: 10%;
}

section.landing img.landing-link-graphic {
  position: absolute;
  z-index: 0;
  right: 10%;
  padding-top: 13px;
  width: 40px;
  height: auto;
}

section.landing div.landing-conjunction {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "AvantGardeGothicITCW01B 731069";
  font-weight: bold;
  line-height: 2em;
  text-align: center;
}
