/*************************** HEAD ***************************/
body {
	background: #fff;
	margin: 0;padding: 0;
}

a {outline : none;}
a img {outline : none;}
img {border : 0;}

#banner {
	position:absolute;
	width:160px;
	height:600px;
  background-color: white;
  border:1px solid #cecece;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  overflow: hidden;
}

#banner:hover{
	cursor:pointer
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 998;
  cursor: pointer;
  top:0;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#bg1{
  position:absolute;
  top:0;
  left:0;
}

#bg2{
  position:absolute;
  top:0;
  left:0;
}


#txt1{
  position:absolute;
  top:0;
  left:0;
}

#txt2{
  position:absolute;
  top:0;
  left:0;
}

#txt3{
  position:absolute;
  top:0;
  left:0;
}

#txt4{
  position:absolute;
  top:0;
  left:0;
}

#txt5{
  position:absolute;
  top:0;
  left:0;
}


#logo{
  position:absolute;
  top:0;
  left:0;
}

#btnWrapper{
    position: absolute;
    bottom: 15px;
    left: 14px;
    background-color: #000000;
    z-index: 1000;
}

#btnText{
    top: 0;
    left: 0;
    padding-left: 23px;
    padding-right: 22px;
    padding-top: 13px;
    padding-bottom: 11px;
}