$(window).load(function() {
	var dh = $(document).height();
	$("#navi").height(dh);
});
