Nelle istruzioni del modulo c'è scritto così:
By Default the "ID" is set to "body" meaning it will apply the style to the main body tag. For most templates this is the best place to store the background style. If the template you use conceals the body tag with a different CSS element (eg. hiding the body behind an element called #container) then change the ID (eg. change to #container). You can also use the ID to target other CSS elements on the template such as a column, a header, a footer and the main content panel.
Quindi credo che questo template ha un elemento che nasconde il body tag, dovrei cambiare l'ID nel modulo, ma non riesco a capire quale è nel mio caso questo CSS.