(function($) {
	$(document).ready(function(){
		var pageHeight = $(document).height();
		
		$('body').height(pageHeight);
	});
})(jQuery)
