* {
  margin: 0px;
  padding: 0px;
}
/*
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
body {
  font-family: Arial, sans-serif;
}
a {
  border: none;
  cursor: pointer;
  outline: none;
  user-select: none;
}
a:hover,
a:active {
  
}
#clickthrough-button {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  cursor: pointer;
}


#ad {
  display: block;
  border: #b1a7a1 1px solid;
  overflow: hidden;
  width: 298px;
  height: 248px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#banner {
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  background-color: transparent;
  background-image: url("background.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}
#banner div,
#banner img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
}
#banner #frame1 img,
#banner #frame2 img,
#banner #frame3 img {
  opacity: 0;
}

#banner #disclaimer {
  top: 250px;
  width: inherit;
  height: inherit;
  background: #144786;
  opacity: .95;
}
#banner #disclaimer img[src*="disclaimer"] {
  left: 28px;
  top: 71px;
  width: 237px;
  height: 90px;
}
#banner #disclaimer img[src*="btn_close"] {
  left: 278px;
  top: 7px;
  width: 13px;
  height: 12px;
}

#banner img[src*="text-frame1"] {
  left: 47px;
  top: 154px;
  width: 203px;
  height: 22px;
}
#banner img[src*="frame2_bg"] {
  width: inherit;
  height: inherit;
}
#banner img[src*="text-frame2_title"] {
  left: 7px;
  top: 131px;
  width: 264px;
  height: 106px;
}
#banner img[src*="text-frame3_title"] {
  left: 24px;
  top: 40px;
  width: 245px;
  height: 72px;
}
#banner img[src*="text-frame3_connected"] {
  left: 86px;
  top: 205px;
  width: 109px;
  height: 16px;
}
#banner img[src*="cta"] {
  left: 81px;
  top: 137px;
  width: 136px;
  height: 26px;
}
#banner #frame1 img[src*="logo-onstar."] {
  left: 114px;
  top: 68px;
  width: 72px;
  height: 72px;
  opacity: 0;
}
#banner #frame3 img[src*="logo-ConnectedOnstar."] {
  left: 171px;
  top: 191px;
  width: 98px;
  height: 29px;
}
#banner img[src*="logo-gmbrand"] {
  left: 29px;
  top: 181px;
  width: 99px;
  height: 46px;
}
#banner img[src*="logo-gmbrand_greyBar"] {
  left: 149px;
  top: 180px;
  width: 1px;
  height: 47px;
}
#banner img[src*="rollover"] {
  left: 6px;
  top: 237px;
  width: 138px;
  height: 7px;
}



#banner #frame2 {
  width: inherit;
  height: inherit;
}






