@charset "UTF-8";
#loading{
position: absolute;
left: 50%;
top: 50%;
margin-top:-32px;
margin-left:-32px;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 1;
}
