body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
}
#main-container {
  position: absolute;
  width: 298px;
  height: 598px;
  border: solid 1px #949494;
  overflow: hidden;
  background-image: url(background.jpg);
  /*background-color: #ff9200;*/
}
#exit {
  position: relative;
  cursor: pointer;
  width: 300px;
  height: 600px;
  display: block;
  z-index: 10;
  background: transparent;
}
.feature {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 600px;
  position: absolute;
}
#wwlogo {
  position: absolute;
  left: 0px;
  top: 514px;
}
#line1 {
  position: absolute;
  left: 37px;
  top: 78px;
  width: 0px;
  height: 3px;
  background-color: #ff9101;
}
#line2 {
  position: absolute;
  left: 37px;
  top: 78px;
  width: 0px;
  height: 3px;
  background-color: #ff9101;
}
#text-mask-1a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 78px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#text-mask-1b {
  position: absolute;
  left: 0px;
  top: 81px;
  width: 300px;
  height: 130px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#text1a {
  position: absolute;
  left: 36px;
  top: 147px;
}
#text1b {
  position: absolute;
  left: 35px;
  top: -105px;
}
#text-mask-2 {
  position: absolute;
  left: 0px;
  top: 81px;
  width: 300px;
  height: 170px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#text2 {
  position: absolute;
  left: 36px;
  top: -125px;
}
#text3 {
  position: absolute;
  left: 36px;
  top: -125px;
}
#text4 {
  position: absolute;
  left: 36px;
  top: -150px;
}
#cta-mask {
  position: absolute;
  left: 0px;
  top: 232px;
  width: 300px;
  height: 34px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#cta {
    position: absolute;
    left: 36px;
    top: 100px;
}
#legals {
    position: absolute;
    left: 35px;
    top: 700px;
}
