White border at bottom (max height?)

If my page is filled with content, it is fine, but when I have a page with only a few items (= not so long in height), then a white border appears at the bottom of the page ... is there a maximum height set or anything?
 
I can imagine on smaller resolutions, this is never a problem, but on bigger screens, a white border will always appear ... which of course is not very professional :) Any suggestions?

Comments

You can add this code to css

You can add this code to css file:

body.bd
  background:transparent url(../images/background-footer.jpg) repeat 0 0;

thx again :)

thx again :)