$(function() {
        $('body > *:not(#main)').hide().fadeIn(3200); 
    });
