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

#overlay {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  background-color: #fff;
}

#container {
  position: relative;
  width: 728px;
  height: 90px;
}

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

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

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


.button {
   position: absolute;
   top: 21px;
   left: 440px;
   display: inline-block;
   color: #fff;
   background-color: #ef8c00;
   padding:12px 13px 8px 13px;
   border-radius: 5px;
   cursor: pointer;
}
.button:hover {
  background-color: #222e7c !important;
}



#balk{
   position: absolute;
   bottom: 0px;
   right:0px;
   height:250px;
   width:162px;
   background-color: #ffffff;
}

#logoBalk{
   position: absolute;
   top: 12px;
   left:575px;  
}


.buttonBalk {
   position: absolute;
   top: 45px;
   left:573px; 
   display: inline-block;
   color: #fff;
   background-color: #ef8c00;
   padding:7px 14px;
   border-radius: 5px;
   cursor: pointer;
}

.buttonBalk:hover {
  background-color: #222e7c;
}

#text1a, #text2a{
   position: absolute;
   top: 0px;
   left:0px;
}

#text1b, #text2b{
   position: absolute;
   top: 52px;
   left:10px;
}

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

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

#text3c{
   position: absolute;
   top: 88px;
   left:0px;
}

#wit1, #wit2, #straal1a, #straal1b, #straal2 {
   position: absolute;
   bottom: -270px;
   right:-110px;
}

#straal3{
   position: absolute;
   bottom: -110px;
   right:-10px;
}

#wit1, #wit2 {
  width:1200px;
  height:1200px;
  background-color: #ffffff;

}

#logo{
   position: absolute;
   bottom: 18px;
   left: 560px;  
}