@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */



#container {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 968px;
  height: 248px;
  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: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
}


#spacestar {
  position: absolute;
  width: 287px;
  height: 197px;
  top: 21px;
  left: 559px;
}

#spacestarTop {
  position: absolute;

  top: 0px;
  left: 0px;
}

#glow {
  position: absolute;
  width: 450px;
  height: 473px;
  top: -237px;
  left: 150px;
}

#txt1, #txt2, #txt3 {
  position: absolute;
  top: 32px;
  left: 27px;
}

#prijs {
  position: absolute;
  top: 121px;
  left: 28px;
}


#voorwaarden {
  position: absolute;
  top: 121px;
  left: 28px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#flares {
  position: relative;
    top: -32px;
  left: 361px;

}

#flare1 {
  position: absolute;
  top: 53px;
  left: 355px;
  opacity: .6;
}

#flare2 {
  position: absolute;
  top: 50px;
  left: 50px;
}

#flare3 {
  position: absolute;
  top: 87px;
  left: 113px;
  opacity: .4;
}

#flare4 {
  position: absolute;
  top: 135px;
  left: 135px;
  opacity: .4;
}

#flaretxt1 {
  position: absolute;
  top: 15px;
  left: -200px;
}

#flaretxt2 {
  position: absolute;
  top: 60px;
  left: -200px;

}

#plus1 {
  position: relative;
  top: 72px;
  left: 570px;
  width:44px;
  height:44px;
}

#plus2 {
  position: relative;
  top: 138px;
  left: 662px;
    width:44px;
  height:44px;
}

#plus3 {
  position: relative;
  top: -28px;
  left: 814px;
    width:44px;
  height:44px;
}

#plusCircle1, #plusCircle2, #plusCircle3,
#plusCirclePulse1, #plusCirclePulse2, #plusCirclePulse3,
#plusPlus1, #plusPlus2, #plusPlus3,
#plusGlow1, #plusGlow2, #plusGlow3 {
position:absolute;
  top: 0px;
  left: 0px;
    width:44px;
  height:44px;
}


#button {
  position: absolute;
  left: 27px;
  top: 184px;
background-image: url('button.png');
background-position: 0 0;
width: 154px;
height: 34px;
cursor: pointer;
z-index: 1000;
}
#button:hover{
background-image: url('button.png');
background-position: 0 -38px;
}




