body {
    padding:0px;
    margin:0px;
}
a {
  border: 0px;
}

img {
  text-decoration: none;
  border: 0px;
  border-style: none;
}

#container {
    position: absolute;
    width: 726px;
    height: 88px;
    border:1px solid #000;
    top: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}

#content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f26122;
}

#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 998;
    background-color: #f26122;
}

#flipCont
{
  width:200px;
  height:225px;
  top:5px;
  left:555px;
  z-index: 210;
  position:absolute;
  /*border:solid 2px #fff;*/
}

.flipAni {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 200px;
    height: 225px;
    background: url("imgs/flip.png"); 
    z-index: 280;      
 }


#a1 {
    position: absolute;
    top: 24px;
    left: 495px;
    z-index: 113;
}
#a2 {
    position: absolute;
    top: 15px;
    left: 520px;
    z-index: 114;
}

#a3 {
    position: absolute;
    top: 14px;
    left: 554px;
    z-index: 115;
}

#txt1 {
    position: absolute;
    left: 81px;
    top: 24px;
    z-index: 130;
}


#txt2 {
    position: absolute;
    left: 47px;
    top: 37px;
    z-index: 130;
}

#txt3 {
    position: absolute;
    left: 95px;
    top: 35px;
    z-index: 330;
}

#bak {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 300;
}
#cta {
    position: absolute;
    left: 318px;
    top: 30px;
    z-index: 320;
}

#footer {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 350;
}








