body {
    background: #fff;
}

#banner {
    position: relative;
    overflow: hidden;
    width: 298px;
    height: 248px;
    cursor: pointer;
    border: 1px #333 solid;
    background: #fff;
}

#content {
  background: #cfc9c4;
  width: 276px;
  height: 226px;
  position: absolute;
  top: 11px;
  left: 11px;
  overflow: hidden;
}

.text {
    position: absolute;
    display: block;
}

#airplane {
  bottom: 10px;
  left: 108px;
  opacity: 0;
}

#airplane-glow {
  bottom: 49px;
  left: 104px;
  opacity: 0;
}

#airline {
  bottom: 10px;
  left: 108px;
  opacity: 0;
}

#airline-glow {
  bottom: 49px;
  left: 104px;
  opacity: 0;
}

#text-1 {
  top: 28px;
  left: 10px;
}

#text-2 {
  top: 50px;
  left: 10px;
  opacity: 0;
}

#text-3 {
  top: 50px;
  left: 12px;
  opacity: 0;
}

#text-4 {
  top: 51px;
  left: 11px;
  opacity: 0;
}

#text-5 {
  top: 64px;
  left: 11px;
  opacity: 0;
}

#text-6 {
  top: 33px;
  left: 11px;
  opacity: 0;
}

#ff-1 {
  top: 16px;
  left: 12px;
  opacity: 0;
}

#ff-2 {
  top: 63px;
  left: 11px;
  opacity: 0;
}

#terms {
  right: 17px;
  bottom: 0;
}

#logo {
  background: url(logo.png);
  width: 35px;
  height: 31px;
  top: 10px;
  left: 6px;
}

#open {
  top: 10px;
  left: 45px;
}

#footer {
  background: #fff;
  position: absolute;
  width: 278px;
  height: 54px;
  bottom: -55px;
  z-index: 1;
}

#card {
  position: absolute;
  bottom: -7px;
  left: 11px;
}

#button {
  position: absolute;
  height: 29px;
  width: 120px;
  top: 10px;
  right: 12px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}

#cta {
  top: 0;
  left: 0;
}

#shine {
  background: url(shine.png);
  width: 128px;
  height: 36px;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  top: -3px;
  left: -120px;
}

.images-sprite, .images-airline-glow, .images-airline, .images-airplane-glow, .images-airplane, .images-button, .images-ff-1, .images-ff-2, .images-open, .images-terms, .images-text-1, .images-text-2, .images-text-3, .images-text-4, .images-text-5, .images-text-6 {
  background-image: url('sprite.png');
  background-repeat: no-repeat;
}

.images-airline-glow {
  background-position: 0 0;
  height: 50px;
  width: 72px;
}

.images-airline {
  background-position: 0 -50px;
  height: 42px;
  width: 64px;
}

.images-airplane-glow {
  background-position: 0 -92px;
  height: 54px;
  width: 54px;
}

.images-airplane {
  background-position: 0 -146px;
  height: 46px;
  width: 46px;
}

.images-button {
  background-position: 0 -192px;
  height: 29px;
  width: 120px;
}

.images-card {
  background: url('card.jpg');
  height: 90px;
  width: 255px;
  border-radius: 10px 10px 0 0; 
}

.images-ff-1 {
  background-position: 0 -304px;
  height: 14px;
  width: 255px;
}

.images-ff-2 {
  background-position: 0 -318px;
  height: 37px;
  width: 256px;
}

.images-open {
  background-position: 0 -355px;
  height: 31px;
  width: 69px;
}

.images-terms {
  background-position: 0 -386px;
  height: 9px;
  width: 107px;
}

.images-text-1 {
  background-position: 0 -395px;
  height: 62px;
  width: 235px;
}

.images-text-2 {
  background-position: 0 -457px;
  height: 41px;
  width: 211px;
}

.images-text-3 {
  background-position: 0 -498px;
  height: 43px;
  width: 146px;
}

.images-text-4 {
  background-position: 0 -541px;
  height: 39px;
  width: 230px;
}

.images-text-5 {
  background-position: 0 -580px;
  height: 16px;
  width: 223px;
}

.images-text-6 {
  background-position: 0 -596px;
  height: 54px;
  width: 258px;
}