I'm trying to replicated the same type of div header that you see on reddit, the light gray one across the top with no margin space around it. I've tried replicating the css attributes, even the ones that don't seem relevant, but my header still has space on both sides and above it where the body background color shows through. I've set the width to 100% and the margin to 0 without any luck. The only thing that sort of worked was using absolute positioning and then setting the left and top attributes to 0px. This worked, but then the content underneath it would move up to the top of the screen and overlap with it.