.cic-stamp
{
    /* THE URL BELOW NEEDS TO BE SWAPPED */
    background: url("https://s3.amazonaws.com/cic_holding/cic-stamp.png") no-repeat scroll -101px transparent;
    background-size: 200px 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -5000px;
    transition-duration: 800ms;
    transition-property: background;
    transition-timing-function: ease;
    width: 100px;
    margin:0 auto 10px;
}

.cic-stamp:hover
{
    /* THE URL BELOW NEEDS TO BE SWAPPED */
    background: url("https://s3.amazonaws.com/cic_holding/cic-stamp.png") no-repeat scroll 0 transparent;
    background-size: 200px 35px;
}