In the style.css file I have been trying to find a way to get the page to show no white space when resized. However the background image keeps reducing it's width and becoming too small. I would rather have the image stay the same size and make the user have to scroll the page. I think this could be done using a "div" tag instead of trying to use the background function with the "body" tag.
Would be useful to see if you could fix this. To fix you will need to look at the "style.css" file, and the "layout.html" file. In the style file look at the "body" class which I have been editing to try and fix this problem.