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

body {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  color: #7b7b7b;
  font-size: 0.7em;
  font-family: Helvetica, Arial;
}

#border {
  cursor: pointer;
  position: absolute;
  opacity: 1;
  border: 1px solid #000000;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 600;
}

#container {
  background-image: url("images/bg.jpg");
  position: absolute;
  width: 728px;
  height: 90px;
  overflow: hidden;
  background-color: #000e33;
  cursor: pointer;
  opacity: 0;
}

#copy0 {
  background-image: url("images/copy0.png");
  position: absolute;
  width: 728px;
  height: 90px;
  left:-728px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  z-index:100;
}

#copy0_blur {
  background-image: url("images/copy0_blur.png");
  position: absolute;
  width: 728px;
  height: 90px;
  left:-728px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:100;
}

#copy1 {
  background-image: url("images/copy1.png");
  position: absolute;
  width: 728px;
  height: 90px;
  left:-728px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  z-index:100;
}

#copy1_blur {
  background-image: url("images/copy1_blur.png");
  position: absolute;
  width: 728px;
  height: 90px;
  left:-728px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:100;
}

#logos {
  background-image: url("images/logos.png");
  position: absolute;
  width: 728px;
  height: 90px;
  left:0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:100;
}

#product {
  background-image: url("images/product.png");
  position: absolute;
  width: 728px;
  height: 90px;
  left:0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:99;
}

#productBlink {
  background-image: url("images/line_glow.png");
  position: absolute;
  width: 728px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  z-index:102;
}

#productGlow {
  background-image: url("images/productGlow.png");
  position: absolute;
  width: 100px;
  height: 15px;
  left:-5px;
  top:2px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  z-index:101;
}

#productUnder {
  background-image: url("images/productUnder.jpg");
  position: absolute;
  width: 90px;
  height: 4px;
  top:8px;
  left:0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.8;
  z-index:100;
}

#lineMask {
  position: absolute;
  width: 92px;
  height: 15px;
  left: 487px;
  top: 19px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:101;
}

#line_left {
  background-image: url("images/line_left.png");
  position: absolute;
  width: 51px;
  height: 15px;
  left:-150px;
  top:2px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:101;
}

#line_right {
  background-image: url("images/line_right.png");
  position: absolute;
  width: 50px;
  height: 15px;
  left:100px;
  top:2px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index:101;
}

#speech {
  background-image: url(images/speech.png);
  position: absolute;
  width: 100px;
  height: 30px;
  top: 210px;
  left: 41px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 101;
}

/*#guide {
  position: absolute;
  background-image: url(backup.jpg);
  width: 728px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  z-index: 100;
}*/