$(document).ready(function() {
	$('#footer').css("top", $(document).height() - 140);
});