$(document).ready(function() {
	$('#headerwrapper').animate({top: '0'}, 'slow' );
	$('#main,#footerwrapper').delay(500).fadeIn('slow');
});
