Always place a <body> bgimage at the bottom

I’m trying to make sure that the background-image for my <body> is alwys at the bottom (I thought height:100% means just that but I guess im wrong)
http://www.urturt.com/new/template.php
how do I make certain that the image is always at the pages pottom? (no matter how long it is)

Thanks…

Looks like you are a missing the opening HTML tag in you mark up. :slight_smile:

Have another read through the faq on 100% height.
In this case you are wanting to set the body’s min-height to 100%.

thanksss