@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;
}

.makeup{
  margin-top: 0px;
  background: url('spritesheet_final.jpg');
  width: 160px;
  height: 600px;
  position: relative;
  z-index: 995;
}

#border {
  position: absolute;
  width: 158px;
  height: 598px;
  top: 0px;
  left: 0px;
  border:1px solid #ccc; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#horizon{
  position: absolute;
}

.fade {
  position:absolute;
  top: 0px;
  left: 0px;
  width:160px;
  height:600px;
  background-color: #ffffff;
  z-index: 998;
  }


#logoklein img{
    position: absolute;
    bottom: 0px;
}

#text2 {
  position:absolute;
  top: 310px;
  left: 10px;
  z-index: 994;
}

#text3 {
  position:absolute;
  top: 310px;
  left: 10px;
  z-index: 994;
}


.front{
  background-color: #fff;
}

.back{
   right:0px;
   background-color: #fff;
}

.button{
  position:absolute;
  border-radius: 4px;
  width:87px;
  height:24px;
  right:36px;
  bottom:75px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  color: #ffffff;
  border-radius: 4px;
  border-style: none;
  background-color: #3366cc;
  text-decoration:none;
  cursor:pointer;
  z-index: 994;
  outline:none;
}

.button img{
  margin-right:5px;
}

.button:hover{
   background-color: #6083c8;
}