#lavalamp {
    background: url('head.png') no-repeat scroll 0 0 transparent;
    height: 96px;
    left: 13px;
    position: absolute;
    top: -83px;
    width: 236px;

    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}