$(window).load(function() {
	$("#wrap_footer").css("top", $(document).height() - 59).css("display", "block");	
});
