<div id="container">
<div id="subsSection">
<div class="leftSection">ss</div>
<div class="rightSection">ss</div>
</div>
</div>
(1) My goal is to have the subsection div centered on the screen, but once it reaches its minimum width on resize, I want it to float to the left and no longer be centered. This allows us to utilize the left margin space.