* {
    margin:0;
}
#banner {
    width:728px;
    height:90px;
    display:block;
    overflow:hidden;
    position:relative;
    background:black;
    cursor:pointer;
    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:#7e7e7e 1px solid;
}
.asset {
    top:0; right:0; bottom:0; left:0;
    position:absolute;
    display: none;
}

/*Frame 1*/
#bg{
  left: 0px;
  top: 0px;
  width:728px;
  height:90px;
  display:block;
}
#headline-copy {
  width: 105px;
  left: 141px;
  top: 18px;
  position: absolute;
}
#disclaimer {
  left:142px;
  top:73px;
}

#logo {
  left:39px;
  top:34px;
  width:64px;
  display: block;
}
#copy2{
  left:140px;
  top:42px;
}
#cta-btn {
  left:552px;
  top:28px;
  cursor: pointer;
  width:135px;
  height:36px;
}
#cta {
  display: block;
}