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

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

#container {
  position: relative;
  width: 720px;
  height: 480px;
}

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

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

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


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



#balk{
   position: absolute;
   bottom: 0px;
   left:0px;
   height:55px;
   width:720px;
   background-color: #ffffff;
}

#logoBalk{
   position: absolute;
   bottom: 8px;
   left:30px;  
}


.buttonBalk {
   position: absolute;
   bottom: 11px;
   right:30px;
   display: inline-block;
   color: #fff;
   background-color: #ef8c00;
   padding:8px 13px;
   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:123px;
}

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

#straal3{
   position: absolute;
   bottom: -130px;
   right:-30px;
}

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

}

#logo{
   position: absolute;
   bottom: 25px;
   left:40px;  
}