Hi, thanks for your reply. No, I didn't fix it yet. I guess I wasn't clear enough about the problem

In my website
http://www.cookiehost.com you see right after the textboxes with the hosting specials, recipes, tell-a-friend etc. some empty space. This is where I inserted the layers that I positioned relatively. For example the layer that contains the 90 day money back guarantee image:
div.moneyback {
position: relative;
width: 172px;
height: 82px;
top: -795px;
left: -304px;
z-index: 2;
margin-left: auto;
margin-right: auto;
}
I would like my page to end right after the textboxes, but the background is stretching because of the layers that I placed there initially. I'm looking for a way to remove this "empty space" or to fill it up with some other elements.
Thanks,
Jiska