A simple .ccs fix for the tiled image.
The image you use still ought to be a min 1200 width for best results
Style Manager -> Main CSS ->
Body ->
Extra CSS Attributes
Replace existing with below and click Save CSS
Code:
background: #FFF url(images/Red_h.jpg) center fixed no-repeat;
color: #000000;
font-family: "Segoe UI", Verdana, Tahoma, Arial, Sans-Serif, "Trebuchet MS", Georgia, Courier, "Times New Roman", Serif;
font-size: 11px;
margin: 0px;
padding: 0px;
text-align: center;
HTH