Extend div to screen wdth?

How do I make the div (footer) extend the width of the screen (not the div inside it)
http://fixmysite.us/jim/test1.php
Thanks…

see if something like this would work:

style=“width: 100%” if you go inline or

width: 100% if you go external.

You need to take it outside of the #wrapper div. The wrapper has a width of 993px. Take it out of there, and have an inner div of width 993px t match the width of the wrapper.

yeah…I was thinking about that…that he’d have to have his wrapper set to 100% or take it outside of the wrapper div.