/* CSS Document */
.no-js #loader { display: none; }
.js #loader { position: absolute; top: 0; left: 100px; display: block; }
.se-pre-con { position: fixed; z-index: 9999999999; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff url(img/loading.png) no-repeat center; }
