background-repeat: space; don't clip images

background-repeat: round; round image overlap

background-repeat-x;

Note that the default repeat is always tile. But for this body we are using background-repeat : repeat-y;

Valid CSS!