$j = jQuery.noConflict();

$j(document).ready(function() {
	$j('#global').css({'min-height':($j(document).height()-120)});
	$j('#intromenu').css({'height':($j(document).height()-80)});
});
