
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #fff;
}

#main-container {
  position: absolute;
  width: 300px;
  height: 600px;

  border: 1px solid black;
  box-sizing: border-box;

  background: #fff;
  overflow: hidden;
  display: none;
}

#exit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#logo {
  position: absolute;
  top: 11px;
  left: 9px;
}

#frame-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 535px;
  background: #a4ce4f;
}

#text-1 {
  position: absolute;
  top: 415px;
  left: 42px;
}

#blue-bar-1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 29px;
  height: 535px;
  background: #007bbc;
  opacity: .65;
}

#green-bar-1 {
  position: absolute;
  top: 0px;
  left: 283px;
  width: 17px;
  height: 359px;
  background: #a4ce4f;
  opacity: .65;
}

#frame-2 {
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 535px;
  background: #a4ce4f;
}

#text-2 {
  position: absolute;
  top: 406px;
  left: 42px;
}

#blue-bar-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 8px;
  height: 535px;
  background: #007bbc;
  opacity: .65;
}

.green-bar {
  position: absolute;
  top: 0px;
  left: 283px;
  width: 17px;
  height: 359px;
  background: #a4ce4f;
  opacity: .65;
}

#frame-3 {
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 535px;
  background: #a4ce4f;
}

#text-3 {
  position: absolute;
  top: 418px;
  left: 42px;
}

#blue-bar-3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 19px;
  height: 535px;
  background: #007bbc;
  opacity: .65;
}

#frame-4 {
  position: absolute;
  bottom: 0;
  left: -300px;
  width: 300px;
  height: 535px;
  background: #a4ce4f;
}

#text-4 {
  position: absolute;
  top: 399px;
  left: 42px;
}

#blue-bar-4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 19px;
  height: 535px;
  background: #007bbc;
  opacity: .65;
}

#cta {
  position: absolute;
  top: 13px;
  left: 137px;
}

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