* {
  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: 727px;
  height: 89px;
  -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: 27px;
  top: 19px;
  width: 530px;
  height: 51px;
}
#banner #disclaimer img[src*="btn_close"] {
  left: 706px;
  top: 7px;
  width: 13px;
  height: 12px;
}

#banner img[src*="frame2_bg"] {
  width: inherit;
  height: inherit;
}
#banner img[src*="text-frame2_title"] {
  left: 18px;
  top: 13px;
  width: 322px;
  height: 62px;
}
#banner img[src*="text-frame3_title"] {
  left: 17px;
  top: 20px;
  width: 367px;
  height: 46px;
}
#banner img[src*="text-frame3_connected"] {
  left: 584px;
  top: 28px;
  width: 70px;
  height: 10px;
}
#banner img[src*="cta"] {
  left: 574px;
  top: 52px;
  width: 142px;
  height: 26px;
}
#banner #frame1 img[src*="logo-onstar."] {
  left: 328px;
  top: 11px;
  width: 70px;
  height: 70px;
  opacity: 0;
}
#banner #frame3 img[src*="logo-ConnectedOnstar."] {
  left: 604px;
  top: 8px;
  width: 104px;
  height: 43px;
}
#banner img[src*="logo-gmbrand"] {
  left: 449px;
  top: 8px;
  width: 133px;
  height: 43px; 
}
#banner img[src*="logo-gmbrand_greyBar"] {
  left: 582px;
  top: 8px;
  width: 22px;
  height: 43px; 
}
#banner img[src*="rollover"] {
  left: 14px;
  top: 77px;
  width: 119px;
  height: 7px;
}



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






