body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}
a {
  cursor: pointer;
}
#main-container {
  position: absolute;
  width: 298px;
  height: 248px;
  border: solid 1px #949494;
  overflow: hidden;
  background-image: url(background.jpg);
  /*background-color: #ff9200;*/
}
#exit {
  position: relative;
  cursor: pointer;
  width: 300px;
  height: 250px;
  display: block;
  z-index: 10;
  background: transparent;
}
.feature {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 250px;
  position: absolute;
}
#wwlogo {
  position: absolute;
  left: 41px;
  top: 1px;
}
#line1 {
  position: absolute;
  left: 32px;
  top: 59px;
  width: 0px;
  height: 3px;
  background-color: #ff9101;
}
#line2 {
  position: absolute;
  left: 32px;
  top: 36px;
  width: 0px;
  height: 3px;
  background-color: #ff9101;
}
#text-mask-1a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 185px;
  height: 59px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#text-mask-1b {
  position: absolute;
  left: 0px;
  top: 62px;
  width: 185px;
  height: 116px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#text1a {
  position: absolute;
  left: 32px;
  top: 68px;
}
#text1b {
  position: absolute;
  left: 32px;
  top: -89px;
}
#text-mask-2 {
  position: absolute;
  left: 0px;
  top: 39px;
  width: 198px;
  height: 131px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#text2 {
  position: absolute;
  left: 32px;
  top: -80px;
}
#text3 {
  position: absolute;
  left: 32px;
  top: -80px;
}
#text4 {
  position: absolute;
  left: 32px;
  top: -100px;
}
#cta-mask {
  position: absolute;
  left: 0px;
  top: 136px;
  width: 198px;
  height: 42px;
  overflow: hidden;
/*  background-color: #000000;*/
}
#cta {
    position: absolute;
    left: 33px;
    top: 171px;
}
#legals {
    position: absolute;
    left: 38px;
    top: 331px;
}
