It's going to be something simple. Be sure there are no syntax errors in either your CSS or your HTML. Change the thickness of the border to 2px or more to see if the browser is rendering the border, but when it's set to 'thin' it just can't be seen because of some other issue. Add the border with a 'style' attribute on the <div> tag to see if some other setting is overriding your setting on #footer. Good luck!