/*這邊的CSS都是可以自己控制的*/

body {
    display: none;
}

#jSplash {
    width: 251px;
    height: 33px;
    margin: 1% auto;
    background: url("../img/microsoft_logo.png") no-repeat;
}

#jpreOverlay {
    width: 100%
    height: 100%;
    background: #ffffff;
}

#jpreSlide {
    font-size: 15px;
    font-weight: bold;
    color: #7d7d7d;
    text-align: center;
    /*font-family: Georgia;*/
    width: 100%;
    margin: auto;
}


/*這個是顯示百分比的長條*/

#jpreLoader {
    width: 100%;
    height: 5px;
}

#jpreBar {
    margin-top: -15%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41feef+0,ad5ad2+52,feb4ff+100 */
    background: #7d7d7d;
    /* Old browsers */
}

#jprePercentage {
    /*color: #7d7d7d;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    display: block;*/
    display: none;
}
