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

body {
  font-family: Arial, sans-serif;
}

a {
  border: none;
  cursor: pointer;
  outline: none;
  user-select: none;
}

a:hover,
a:active {
  
}

#container {
  display: none;
  position: absolute;
  width: 726px;
  height: 88px;
  border:1px solid #000000;
  top: 0px;
  left: 0px;
  margin: auto;
  background-color: #f58426;
  overflow: hidden;
}

#content {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#background_exit {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer !important;
  opacity: 0;
  background-color: #000000;
}

#content div {
  display: block;
  position: absolute;
  border: none;
}

#cta{
    overflow: hidden;
    top: 25px;
    left: 528px;
    width: 152px;
    height: 42px;
}

#glare{
  top: 0px;
  left: -120px;
}

/*USER//////////////////////////////////////// CSS*/

#ctaImage{
  width: 152px;
  height: 42px;
}

#logo img{
  width: 159px;
  height: 20px;
}

#logo{
  bottom: 0px;
}

#text2b img{
width: 105px;
height: 84px;
}

#text2b{
  left: 577px;
  top: 3px;
}





