@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */


body { 

}

img {
  
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */

}

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 726px;
  height: 88px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 998;
}


#frame, #logo001, #logo002, #logo003, #grey, #samsung, #text001, #text002, #text003{
  position: absolute;
  width: 728px;
  height: 90px;
}



#gs6edge{
   position: absolute;
   left:517px;
   top:4px;

}

#gs6edgeLarge {
   position: absolute;
   top: -1090px;
   left: 179px;
 
}


#gs6 {
   position: absolute;
   top:12px;
   left:497px;
}

#gs6edgeplus {
   position: absolute;
   top:2px;
   right:130px;
}


#button{
  position: absolute;
  width: 101px;
  height:24px;
  color: #fff;
  border:1px solid #000; 
  bottom: 11px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  background:transparent url(buttonTxt.png) 0 0 no-repeat;

}

#button:hover{
  background-position: 0 -26px;
  background-color: #000;
}
