 html,body {
overflow:hidden;
height:100%
}

#loading-mask {
top:0;
left:0;
width:100%;
height:100%;
background:#c3daf9;
position:absolute;
z-index:20000
}

#loading {
height:auto;
text-align:center;
width:auto;
z-index:20001;
margin:0 auto;
padding:2px
}

#loading .loading-indicator {
font:bold 13px tahoma,arial,helvetica;
text-align:center;
margin:0;
padding:10px
} 