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

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

#container {
  position: relative;
  width: 336px;
  height: 280px;
}

#border {
  position: absolute;
  width: 336px;
  height: 280px;
  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: 336px;
  height: 280px;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

#img{
  position: absolute;
  top: -32px;
  left: -32px;
}

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

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



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

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

#infoTxt{
   position: absolute;
   bottom: 14px;
   left:15px;  
}

#infoTxtDoeMee{
   position: absolute;
   bottom: 14px;
   left:15px; 
   clip: rect(0px, 93px, 26px, 0px);   
}

#nameTxt{
   position: absolute;
   top: 157px;
   left:15px;
   clip: rect(0px, 0px, 21px, 0px);  
}

#headerTxt1{
   position: absolute;
   top: 180px;
   left:15px;  
   clip: rect(0px, 0px, 28px, 0px);  
}