#hellopreloader>p {
    display: none;
}

#hellopreloader_preload {
    display: table;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

#hellopreloader_cont {
    display: table-cell;
    vertical-align: middle;
}

#hellopreloader_text {
    text-align: center;
    font-size: 50px;
    color: #000000;
    padding: 100px 0;
    font-family: Verdana;
}
#showtime {
    letter-spacing: 7px;
}