Take a look at this code snippet: http://jsfiddle.net/zygnz/1/
<div class="container">
<div class="left">
LEFT
</div>
<div class="right">
RIGHT
</div>
</div>
Is it possible to align the left side block to the center of the page and have the right side take up the remaining space?