jQuery(function( $ ) {
	$('#container').css('display', 'none');
	window.setTimeout("$('#container').fadeIn(3000);", 2000);
});