html {
    background-size: 100% 100%;
    background-image: url(road.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#lary{
    width:200px;
    position:absolute;
}

#BadGuy{
    width:200px;
    position:absolute;
}