#banner{
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #ccc;  

}

.retina{
  position: absolute;
  width: 300px;
  height: 600px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}


.button{
  position: absolute;
  bottom:10px;
  right:15px;
  height: 30px;
  width: auto;
}

.bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width:1400px;
  height: 2600px;
}

#kleed{
  left:-100px;
  top:-30px;
  background-image:url(pattern.jpg);
  background-repeat:repeat;
}

.tak{
  position: absolute;
  width:410px;
  height: 410px;
}

.pine{
  position: absolute;
  width:42px;
  height: 39px;
}

.ball{
  position: absolute;
  width:58px;
  height: 66px;
}

.product{
  position: absolute;
}

.label{
  position: absolute;
  width:375px;
  height: 204px;
}

.star{
  position: absolute;
}

.starGlow{
  opacity: 1;
}