Check out this example on JSFiddle: I'm trying to make the left column align to the bottom, but I can't seem to figure it out.
http://jsfiddle.net/magwalls/rdrznzhe/
<div width="100%" class="clear">
<div class="fl" width="50%">I want this aligned at the bottom</div>
<div class="fr" width="50%">
<div>Row 1</div>
<div>Row 2</div>
<div>Row 3</div>
</div>
</div>
<hr class="clear"/>
UPDATE: I've made some changes based on Vitorino and Danko's solutions in my updated JS Fiddle here. http://jsfiddle.net/magwalls/rdrznzhe/12/