    /*這邊的CSS都是可以自己控制的*/
    
    body {
        display: none;
    }
    
    #jSplash {
        width: 210px;
        height: 77px;
        margin:0 auto;
        background: url("../images/preload_logo.png") no-repeat;
    }
    
    #jpreOverlay {
        background:#fff;
    }
    
    #jpreSlide {
        font-size: 15px;
        font-weight: bold;
        color: #ccc;
        text-align: center;
        font-family: Georgia;
        width: 100%;
        margin: auto;
    }
    /*這個是顯示百分比的長條*/
    
    #jpreLoader {
        width: 100%;
        height: 5px;
    }
    
    #jpreBar {
        background:#0070bd;
    }
    
