LOL

Thanks for that, none of my work has been used as an example to others before...
Although, that site was made when I had only known about CSS for three months.
My current project's use is
far more advanced.
Navigate Australia
*Seeing as you're using absolute positioning, just give
#bottom{position:absolute;bottom:10px;}.
This isn't the best fix, but I feel the next step might be a little much for you at this point. (no offense

)
You should know that position:absolute takes elements out of the natural flow of the page, which often causes problems if you want an inline element to fall beneath the absolutely positioned div.
Andrew