
$(document).ready(function(){

// fade in at start
	$(".navi").fadeIn(600);
	$(".content").fadeIn(600);

});