(function($) {
$(document).ready(function() {

	$('#Layout').fadeIn(5000);

})
})(jQuery);
