$(document).ready( function(){
	var dochi = $(document).height();
	var footpos = dochi-360;
	$('#footer').css('top',footpos+'px');
});
