once it's multiple elements a simple
position:absolute;
bottom:0;
won't help since it will overlay the multiple elements
Here is a fiddle of my atempt : http://jsfiddle.net/7uYUP/ (it's the .interaction elements that I want to float right and bottom, right now they only float right)
I was hoping not having to resort to JS..

