html, body {
  margin: 0px;
  padding: 0px;
}

.banner {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #868686;
  background-color: #FFFFFF;
  width: 300px;
  height: 250px;
}
.exit {
  width: 100%;
  height: 100%;
}
.exit , #frame1 , #frame2 , #border , .chat , #flash , #msg , #productFront , #productSide , #productBack , #strapline , #vce , #logo , #cta {
  position: absolute;
  /*display: none;*/
}
#border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 7px white;
  width: 100%;
  height: 100%;
}
#frame1 {
  background:url('300x250_bg.jpg') no-repeat 7px 7px;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#frame2 {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#flash {
  background:url('flash.jpg') no-repeat 0 0;
  top: 7px;
  left: 7px;
  width: 286px;
  height: 236px;
  opacity: 0;
}
.chat {
  background:url('msg_chat.png') no-repeat 0 0;
  top: 14px;
  left: 26px;
  width: 95px;
  height: 7px;
}
#msg {
  background:url('msg_bubble.png') no-repeat 0 0;
  top: 175px;
  left: 13px;
  width: 132px;
  height: 60px;
  opacity: 0;
}
#productFront , #productSide , #productBack {
  background:url('300x250_ladies.jpg') no-repeat 0 0;
}
#productFront {
  top: 37px;
  left: 23px;
  width: 54px;
  height: 168px;
}
#productSide {
  top: 37px;
  left: 77px;
  width: 7px;
  height: 168px;
  background-position: -54px 0px; 
}
#productBack {
  top: 37px;
  left: 84px;
  width: 39px;
  height: 168px;
  background-position: -61px 0px; 
}
#logo {
  background:url('logo.gif') no-repeat;
  top: 182px;
  left: 161px;
  width: 95px;
  height: 32px;
}
#vce {
  background:url('vce.gif') no-repeat;
  top: 105px;
  left: 143px;
  width: 136px;
  height: 21px;
}
#cta {
  background:url('cta.gif') no-repeat;
  top: 123px;
  left: 156px;
  width: 111px;
  height: 22px;
}
#strapline {
  background:url('strapline.gif') no-repeat;
  top: 84px;
  left: 144px;
  width: 135px;
  height: 21px;
}