Hi simplymother,
To get your background image to centre on the page, open your CSS file and, in the body {} tag, call your background image like this:
background: #A17FFF url(images/bg.gif) repeat-y scroll center top;
This should set the alignment of the image to the center and starting from the top. ??