$(window).load(
	function(){
		
		$("#intro").css('top',(($('.site').outerHeight()-$('#intro').outerHeight())/2)+'px');
		
	}
);
