html {
    background-image: url(background.png);
    background-repeat: no-repeat;
}

.sprite {
    width: 50px;
    height: 75px;
    overflow: hidden;
    position: absolute;
}

.sprite img {
    width: 200px;
    position: relative;
}