A lot of the designs I am working on just now require that the page be centred, i use margin:0 auto; width: 955;
Each main section has a div with a bottom border, which in this layout would be 955 in width in the centre of the screen.
I want the actual borders to be the full width of the page however.
What is the best way to do this, cleanly? I have been doing it the same way as StackOverflow uses for the footer but if I have 3 borders on a page that seems messy?