$(document).ready(function() {
//	$('#ribbon').css('top', '-700px');
	$('#nav').css('top', '-4em');
	$("#overlay").animate({opacity: 0}, 700, function() {
//		$('#ribbon').animate({top: 0}, 800);
		$('#nav').animate({top: 0}, 800);
	});
});
