@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */



#container {
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 158px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #666666; 
  z-index: 999;
}

#overlay{
  position: absolute;
  top:0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 998;
}


#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
}

#background {
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
}

#backgroundTop {
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
}

#spacestar {
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
}



#glow {
  position: absolute;
  width: 490px;
  height: 338px;
  top: -26px;
  left: -347px;
}

#txt1, #txt2, #txt3 {
  position: absolute;
  top: 23px;
  left: 10px;
}

#prijs {
  position: absolute;
  top: 67px;
  left: 12px;
}

#prijs2 {
  position: absolute;
  top: 73px;
  left: 10px;
}

#voorwaarden {
  position: absolute;
  top: 86px;
  left: 10px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#flares {
  position: relative;
    top: 160px;
  left: -137px;

}

#flare1 {
  position: absolute;
  top: 228px;
  left: -43px;
  opacity: .6;
}

#flare2 {
  position: absolute;
  top: 50px;
  left: 81px;
}

#flare3 {
  position: absolute;
  top: 100px;
  left: 125px;
  opacity: .4;
}

#flare4 {
  position: absolute;
  top: 135px;
  left: 135px;
  opacity: .4;
}

#flaretxt1 {
  position: absolute;
  top: 9px;
  left: -200px;
}

#flaretxt2 {
  position: absolute;
  top: 60px;
  left: -200px;

}

#plus1 {
  position: relative;
  top: 264px;
  left: 15px;
    width:27px;
  height:27px;
}

#plus2 {
  position: relative;
  top: 289px;
  left: 57px;
    width:27px;
  height:27px;
}

#plus3 {
  position: relative;
  top: 210px;
  left: 130px;
    width:27px;
  height:27px;
}

#plusCircle1, #plusCircle2, #plusCircle3,
#plusCirclePulse1, #plusCirclePulse2, #plusCirclePulse3,
#plusPlus1, #plusPlus2, #plusPlus3,
#plusGlow1, #plusGlow2, #plusGlow3 {
position:absolute;
  top: 0px;
  left: 0px;
    width:27px;
  height:27px;
}


#button {
  position: absolute;
  left: 18px;
  top: 414px;
background-image: url('button.png');
background-position: 0 0;
width: 123px;
height: 27px;
cursor: pointer;
z-index: 1000;
}
#button:hover{
background-image: url('button.png');
background-position: 0 -30px;
}




