/* LOADING CSS */
html { 
width:100%;
height:100%;
color:white;
background: white url('/img/loading.gif') no-repeat fixed center center;
}
body { display:none; }
/*EOF*/