I'm experiencing an issue with the footer on my homepage - it has a strange margin around it that I can't seem to get rid of. What I really want is a simple footer with 100% width, similar to the one on this page. However, as you can see in the image I've provided, there is currently a 9px margin on the left, right, and bottom.
Here is the CSS I am using:
#footer_container{
background: #181818;
height: 200px;
width: 100%;
bottom:0;
left:0;
margin:0px 0px 0px 0px;
}
HTML
<body>
</body>
<div id="footer_container">
</div>
This is what it currently looks like: