/* styles.css */
body {
    background-color:#BDC4D4;
}                           
.sprite {
    width:80px;
    height:80px;
    background:url('images/sprite.png')
}
.image2 {
    background-position:-80px;
}
