jQuery(document).ready(function($) {
setTimeout(function(){
	$('#loading, #overlay').hide();
	}, 6000);
});