$(document).ready(function() {
	$('#overlay').animate({'top':'0px'},1200).fadeTo(750,0.7);
	$('#balk').animate({'top':'-500px'},2200).show().animate({'top':'170px'},1350,'easeOutBounce');

//	$('#contact').hide().animate({'display':'block'},2800).fadeTo(500,1,'easeOutBounce');
//	$('#tekst').hide().animate({'display':'block'},3000).fadeTo(500,1,'easeOutBounce');

});