<xsl:if test="ancestor-or-self::*[@status][1]/@status = 'draft'
and $draft.watermark.image != ''">
<style type="text/css"><xsl:text>
-body { background-image: url("</xsl:text>
-<xsl:value-of select="$draft.watermark.image"/><xsl:text>");
+body { background-image: url('</xsl:text>
+<xsl:value-of select="$draft.watermark.image"/><xsl:text>');
background-repeat: no-repeat;
background-position: top left;
/* The following properties make the watermark "fixed" on the page. */