I am styling a div that contains the main content of my web page. The header has it's own div and correctly spans the page 100%.
I added a margin-left:125px style to the main content div and now the right edge exceeds 100% of the browser width.
How do I compensate for the this? Thanks