$(function(){
	if($('body').height() < $(document).height()){
		var newHeight = $(document).height() - $('#page_header').height() - $('#page_content').height() - 4;
		$('#page_footer').css("height",newHeight);
	}
});
