Re: your question just add this to your background statement: -attachment:fixed;
for example: body {background-attachment:fixed;}
its ok i happened on the right css to add after trying hundreds of variations. Now all I need to find out is how to add a border immage to my page. Thanks anyways.
What's your problem? Only choose an image(wallpaper) and put it as background like this,path to the picture: body {background: url(http://xxxxxxxxxxxx) repeat fixed top left; width: 100%;} If the image is to big you can reduce it by the width%.It will not scroll.