$(document).ready(function(){
    $('#site').css('margin-top',Math.round((($(document).height()-104)/2))+'px');
    $('#site').fadeIn('slow');
});
