/* =========================================================================-
   GENERAL
  -========================================================================= */
html,
body,
div {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

#banner {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}


/* =========================================================================-
   MAIN
  -========================================================================= */
#banner {
  position: relative;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
  background-color: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
}

#exit {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 600px;
  background-color: #000000;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}

#bgimage1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 1;
}

#bgimage2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 0;
}


.show {
  display: block;
}
.hide {
  display: none;
}

#text1 {
  position: absolute;
  left: 17px;
  top: 49px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}
#text2 {
  position: absolute;
  left: 21px;
  top: 96px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}

#partnerLogos {
  position: absolute;
  left: 0px;
  top: 240px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}


#logo {
  position: absolute;
  left: 20px;
  top: 60px;
  width: auto;
  height: auto;
  display: block;
  opacity: 0;
}

