html{
    height: 100%;
    width: 100%;
}
body{
    width: 100%;
    height:100%;
    padding:0px;
    margin:0px;
    border: 4px solid #9DCB3B;
    background: url(../../../images/frontend/app/bodyBg.png) repeat #35353E;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Arail","Microsoft YaHei","宋体","Heiti SC";
}
a{
    text-decoration: none;
}
ul{
    padding:0px;
    margin:0px;
    list-style: none;
}
.centerContent{
    width:160px;
    height: 64px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-32px 0px 0px -80px;
}
.logo{
    width:80px;
    height: 64px;
    margin: 0px;
}
.logo a{
    display: block;
    background: url(../../../images/frontend/app/logo.gif) no-repeat;
    font-size: 0px;
    width:100%;
    height:100%;
    background-size: 100%;
}
.langMenu{
    position: absolute;
    right:0px;
    top:0px;
    height: 100%;
}
.langMenu li{
    height: 50%;
    text-align: center;
}
.langMenu a{
    font-size: 14px;
    color:#fff;
    line-height: 32px;
    transition:all .5s linear;
    -webkit-transition:all .5s linear;
    -moz-transition:all .5s linear;
}
.langMenu a:hover{
    font-size: 18px;
    color:#9DCB3B;
}

._404Container{
    width: 350px;
    height: 200px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-100px 0px 0px -100px;
}
._404Container ._404Icon{
    font-size:0px;
    width:65px;
    height:65px;
    margin:auto;
    display: block;
    background:url(../../../images/frontend/app/404.png) no-repeat;
}
._404Container ._404Content{
    color: #9DCB3B;
    font-size: 18px;
}
._404Container ._404Content a{
    color:#fff;
}

/**
*
*/
.IE8 .logo a{
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://localhost/idchannel/wp-content/themes/twentytwelve/images/frontend/app/logo.gif',sizingMethod='scale');
}