body {
  margin: 0px;
  padding: 0px;
}

#overlay {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#container {
  position: relative;
  width: 300px;
  height: 250px;
}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  border:1px solid #cccccc;
  z-index: 0;
}

#exit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  background-color: #666666;
  z-index: 900;
}

#content {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

#img{
  position: absolute;
  top: 0px;
  left: 0px;
}

.button {
    position: absolute;
    bottom: 11px;
    right: 11px;
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    border-color: #000;
    color: #fff;
    background-color: #000;
    padding: 7px 13px 7px 32px;
    cursor: pointer;
    z-index: 999;
    background-image: url("buttonArrow.png");
    background-repeat: no-repeat;
    background-position: 5% center;
}

.button:hover {
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 3px;
  border-color: #FFF;
}

#balk{
   position: absolute;
   bottom: 0px;
   left:0px;
   height:59px;
   width:336px;
   background-color: #ffff00;
}

#logo{
   position: absolute;
   top: 10px;
   right:10px;
}

#infoTxt{
   position: absolute;
   bottom: 22px;
   left:15px;
   display: none;
}

#nameTxt{
   position: absolute;
   top: 92px;
   left:12px;
   clip: rect(0px, 0px, 30px, 0px);
}

#nameTxtbg{
   position: absolute;
   top: 92px;
   left:12px;
   clip: rect(0px, 0px, 30px, 0px);
}



#headerTxt1{
   position: absolute;
   top: 122px;
   left:12px;
   clip: rect(0px, 0px, 30px, 0px);
}

#headerTxt1bg{
   position: absolute;
   top: 122px;
   left:12px;
   clip: rect(0px, 0px, 30px, 0px);
}



#headerTxt2{
   position: absolute;
   top: 152px;
   left:12px;
   clip: rect(0px, 0px, 30px, 0px);
}

#headerTxt2bg{
   position: absolute;
   top: 152px;
   left:12px;
   clip: rect(0px, 0px, 30px, 0px);
}

#headerTxt3{
   position: absolute;
   top: 201px;
   left:12px;
   clip: rect(0px, 0px, 39px, 0px);
}