Check the source (o:
OK, I tell you. ...
HTML: #main div contains all content
<body>
<div id="main">
CSS: logo as centered background. invisible #main div
body { background: #ecf4f4 url(../images/logo.gif) no-repeat fixed center center; }
#main { display:none }
JS: #main div fades in on pageload
$('#main').fadeIn(1000);