#div-intro {
    position: static; z-index: 99999;
} #page-intro-in {
    display: block;
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}


#header-head {
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200000;
    background-color: #ececec;
}

#header-head a.hide {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #aaa;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}


#page-intro-in .intro-in {
    display: block;
    margin: auto;
    width: 600px;
    margin-top: 55px;
    height: 500px;
}


#countdown {
    background: #d21939;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 30px;
    margin-top: 10px;
    border: 5px solid #FFF;
    box-shadow: 0 1px 2px #CCC;
    cursor: pointer;
}