#sticky{
    position:fixed;
    display:block;
    right:0px;
    top:350px;
    width:120px;
    height:67px;
    background:rgb(255, 102, 32) url('/img/don_fr.png') no-repeat;
    border-radius:20px 0 0 20px;
    transition:0.15s all linear;
}
#sticky:hover { background-color:#287a1d; }

#sticky a{
    display:block;
    width:95px;
    height:67px;
}