/*-------------------------------*/
body {
    background: #fff;
}
/*-------------------------------*/
.b-msgbox {
    margin-top: -120px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.b-msgbox p {
    padding-bottom: 2em;
    text-align: center;
    font-weight: bold;
    font-style: 16px;
    line-height: 2em;
}
.b-msgbox p a {
    margin-right: 2em;
}
.b-msgbox h1 {
    text-align: center;
    color: #000;
    font-weight: bold;
}
/*-------------------------------*/
/*-------------------------------*/
