Something strange with my header and footer

Ok so i’m creating a website for my photography portfolio: http://ln-backups.co.uk/lisa/website/index.php

even though when it’s on full screen the footer and the header stretch the width of the window (i have a large resolution monitor as well)when the window is made smaller the footer and header just end and the content div sticks out. can anyone help me? :frowning:

If you view page source, you’ll find the opening tag for <body> comes after your menu, which is presumably causing at least some of your problems. Validate your code and see if the problem disappears.

Adding this to your style sheet will fix it:


#header_wrap, #footer {min-width: 980px;}