.free-quote
{
    position: absolute;
    right: 0px;
    top: 110px;
    background-image: url(/resources/free-quote.png);
    width: 216px;
    height: 158px;
}
.free-quote:hover
{
    background-position: 100%;
}