@charset "UTF-8";
/* MAIN BANNER*/

a {outline : none;}
a img {outline : none;}
img {bodrer : 0;}

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
/*background-image: url("bg.jpg");*/

}

.images {
  position: absolute;
}

#bg1{top:0px;}


#border {
  position: absolute;
  width: 726px;
  height: 88px;
  top: 0px;
  left: 0px;
  border:1px solid #c2c2c2; 
  z-index:9999;
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}

#bg2{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  background-color:#6bbaa9;
  z-index:10;
}

#txt4, #txt5, #logo, #btn{
  z-index:11;
}





