
#imgfloat{
    position: absolute;
    background:url(../images/imgfloat.jpg) no-repeat;
    background-size: 129px 116px;
    width:129px;
    height:116px;
    z-index: 100;
 }
 #imgfloat a{
 text-decoration: none;
 color:green;
 display:block;
 text-align: center;
 line-height: 20px;
   padding:55px 5px;
 }
 #imgfloat .reset{
    position: absolute;
    bottom: -20px;
    right:5px;
    font-size: 11px;
 }
