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

#overlay {
  position: absolute;
  width: 970px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
}

#main-container {
  position: relative;
  width: 970px;
  height: 250px;
}

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

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

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

.frame_2 {
  position: absolute;
  width: 970px;
  height: 250px;
  left: 0px;
  top: 0px;
}

.logo {
  position: absolute;
  left: 40px;
  top: 37px;
}

.tekst_4 {
  position: absolute;
  left: 350px;
  top: 97px;
}

.cta_button {
  position: absolute;
  right: 40px;
  top: 99px;
}

.cta_button_2 {
  position: absolute;
  right: 40px;
  top: 99px;
}

.frame_1 {
  position: absolute;
  left: 147px;
}

.tekst_1 {
  position: absolute;
  top: 50px;
clip: rect(0px, 0px, 26px, 0px);
}

.tekst_2 {
  position: absolute;
  top: 110px;
clip: rect(0px, 0px, 33px, 0px);
}

.tekst_3 {
  position: absolute;
  top: 170px;
clip: rect(0px, 0px, 33px, 0px);
}

.spinwrap {
  position: absolute;
  z-index: 1;
  top: 100px;
  left: -220px;
}

.logo_small_one {
  position: absolute;
  z-index: 5;
}

.logo_small_two {
  position: absolute;
  z-index: 1;
}

.logo_big_one {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -400px;
}

#logo-2 {
  position: absolute;
  z-index: 1;
  left: -410px;
  top: 0px;
}

:focus {
  outline:none;
}
::-moz-focus_inner {
  border:0;
}