body{
    background: url("/_images/entry/bg.jpg");
    background-color:white ;


}
.whole{
width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
.whole:before {
    content: '';
    display: inline-block;
    vertical-align: middle ;
    height: 100%;
}

.v_center{
    display: inline-block;
    vertical-align: middle;
    width: 99%;
    height: 400px;
    background: white;
}
#center_blk h2{
    display: block;
    background: url("/_images/entry/entry_logo.png") no-repeat;
    width: 134px;
    height: 129px;
    text-indent: -10000px;
    margin: 30px auto;
}
#center_blk{
    margin: 30px auto;
    margin-top: 100px ;
    width: 300px;
    height: 200px;
}
#center_blk .lang_select a{
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
    border: 1px solid #CCC;
}