body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #003399;
  background-color: #F0F0F0;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#bottom{
  left:347px;
}

#top{
  left: -10px;
}

#logo{
  left: 20px;
  top: 20px;
}

#text-1, #text-2, #text-3, #text-4{
  left:410px;
}

#img-1{
  left: 132px;
}
#img-2{
  left: 151px;
}
#img-3{
  left: 136px;
}

#CTA{
  left:635px;
  top: 14px;
}