Hi.
The easiest way for you is add a button in footer and add extra class to make it float on the right bottom, then add a script for is.
The script will be like this:
$("a[href='#bottom']").click(function() { $("html, body").animate({ scrollTop: $(document).height() }, "slow"); return false; });
Thanks.