@charset "UTF-8";
/* CSS Document */


body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

/* Div layer for the entire banner. */
#container_dc {
  position: absolute;
  display: block;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}

#border {
  position: absolute;
  width: 726px;
  height: 88px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #666666;

   z-index: 0;
}


/* Invisible button for background clickthrough. */
#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: 200;
}

#Background1 {
    display: block; position: absolute; width: 100%; height: 100%;
    top: 0px; left: 0px; background: url(Background1.jpg)no-repeat;
    background-size: contain;
}
#Background2 {
    display: block; position: absolute; width: 100%; height: 100%;
    top: 0px; left: 0px; background: url(Background2.jpg)no-repeat;
    background-size: contain;
}
.images {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
    position: absolute;
   
}

.CTA {
    background-image: url(cta.png);
    background-repeat: no-repeat;
    background-size: 728px 90px;
    display: block;
    opacity: 0;
    position: absolute;
    width: 728px;
    height: 90px;
    background-position: 0px 0px;
}

.Copy1 {
    width: 728px;
    height: 90px;
    background-position: -1px -93px;
}

.Copy2 {
    width: 728px;
    height: 90px;
    background-position: -1px -185px;
}

.Copy3 {
    width: 728px;
    height: 90px;
    background-position: -1px -277px;
}

.Copy4 {
    background-image: url(copy.png);
    background-repeat: no-repeat;
    background-size: 728px 90px;
    display: block;
    opacity: 0;
    position: absolute;
    width: 728px;
    height: 90px;
    background-position: 0px 0px;
}

.FullLaptop {
    background-image: url(laptop.png);
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
    position: absolute;
    width: 728px;
    height: 90px;
    background-position: 0px 0px;
}

.Laptop0 {
    width: 728px;
    height: 90px;
    background-position: -1px -553px;
}

.Laptop1 {
    width: 728px;
    height: 90px;
    background-position: -1px -645px;
}

.Laptop2 {
    width: 728px;
    height: 90px;
    background-position: -1px -737px;
}

.Laptop3 {
    width: 728px;
    height: 90px;
    background-position: -1px -829px;
}

.LaptopKeyboard {
    width: 728px;
    height: 90px;
    background-position: -731px -1px;
}

.LaptopPen {
    width: 728px;
    height: 90px;
    background-position: -731px -93px;
}

.LaptopScreen {
    width: 728px;
    height: 90px;
    background-position: -731px -185px;
}

.Logo {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    display: block;
    opacity: 0;
    position: absolute;
    width: 728px;
    height: 90px;
    background-position: 0px 0px;
}
