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

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

#container {
  position: relative;
  width: 320px;
  height: 50px;
}

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

#text1, #text2 {
   position: absolute;
}


#cta1 {
   position: absolute;
}

#cta2 {
   position: absolute;
}

#bg {
  position: absolute;
  right: 0px;
}
