Adding a div at the bottom of a sidebar

You can use jQuery

$('<div id="your_div"></div>').insertAfter('#sidebar_container_id');

Documentation