I'm definitely a newcomer to CSS so I apologize in advance if this sounds silly.
I'm designing a new layout using Sandbox-10 and I'm trying to understand the relationship between the container and content divs. It seems to be redundant. The content div is inside the container but nothing else is in the container except what's inside the content div.
<div id="container">
<div id="content">
stuff
</div>
</div>
I know I must be missing something but I don't know what.
Thanks in advance for any help!