/* ------------------------------------------------- */
/* SUPERSIZE STYLES
/* ------------------------------------------------- */
#supersize { position:fixed; }
#supersize img { height:100%; width:100%; position:absolute; z-index:0; }

/* ------------------------------------------------- */
/* LOADING PANE
/* ------------------------------------------------- */
#loading { position:absolute; top:0; left:0; width:100%; height:100%; background:#333 url(../img/loader.gif) no-repeat 50% 50%; z-index:10; overflow:hidden; }