Give me a few and I'm sure I can figure it out, assuming the style is controleds by css :D
Ok, in the stylesheet, styles.css, find this code:
#container {
width: 100%;
background: url(i/dots.gif) 550px 0 repeat-y;
margin-bottom: 10px;
}
And replace with:
#container {
width: 100%...