#container{
    width: 200px;
    height: 200px;
   
    position: relative;
}

#box{
    width: 55px;
    height: 56px;
    background-image:url('../images/chat.png');
    position: absolute;
    animation-direction: alternate;
}