I'm trying to make a footer DIV that will hold a bunch of info at the bottom of my page, so I didn't have to use another table. I have an image as the background and I started to put in content (a search box). When I add padding to the top the search box moves down, as expected. However, when I try to add padding to the left side, a bunch of the page above ends up sliding right. The DIV id is #footer and the page as it is has some top padding, but no left padding. Do I need to clear something somehow to keep the left padding from affecting the rest of the page? Thanks!The page