When dealing with multiple elements, a simple
position:absolute;
bottom:0;
may not be the solution as it will end up overlaying the multiple elements.
Check out this fiddle of my efforts: http://jsfiddle.net/7uYUP/ (currently only the .interaction elements are floating right, but I want them to float right and bottom)
I was hoping to avoid using JavaScript for this issue...