* {
    margin: 0;
    padding: 0;
}

html, body, #wrapper {
    height: 100%;
    font-size: 12px;
}

#wrapper {
    width: 100%;
    /*background: url(../images/default_bg.png);*/
}

body > #wrapper {
    height: auto;
    min-height: 100%;
}


#footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #004280;
    text-align: center;
    /*position: relative;
    margin-top: -39px;
    height: 39px;   
    width:100%; 
    clear:both;
    background:#004280;
    text-align:center;*/
}


#content {
    width: 100%;
    margin: 0 auto;
}

#loginbg {
    position: absolute;
    top: 53%;
    margin-top: -100px;
    height: 200px;
    width: 100%;
    text-align: center;
    /*background: url(../images/tbg.png);*/
    background-repeat: repeat-x;
    /*filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;z-index:100; background-color:#ffffff;*/
}

#logindiv {
    margin-right: auto;
    margin-left: 52%;
    width: 350px;
    height: 100px;
    vertical-align: middle;
}

#logodiv {
    position: absolute;
    width: 300px;
    height: 67px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -150px;
    background: url(../images/login_logo.png);
    background-repeat: no-repeat;
}

#logintable {
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

.login_txt {
    /*width: 40px;*/
    height: 30px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    border: 1px #d1d1d1 solid;
    margin-top: 3px;
}

    .login_txt img {
        margin-top: 10px;
    }

.login_wenben {
    width: 90%;
    height: 30px;
    text-align: center;
    background-color: white;
    border-top: 1px #d1d1d1 solid;
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    margin-top: 3px;
}

.wenben {
    width: 90%;
    height: 30px;
    border: 0px;
    line-height: 40px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



.login_bg {
    height: auto;
    width: 100%;
}

.login_main {
    padding-top: 200px;
    text-align: center;
}

.footerStlye {
    margin-top: 300px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #004280;
}

.footerStlye {
    margin-top: 300px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    background-color: #004280;
}

#codefooterimg {
   position: absolute;
        width: 210px;
        height:181px;
        left: 88%;
        top:91%;
        margin-left: -120px;
        margin-top: -120px;
}

#imgdiv {
   position: absolute;
        width: 140px;
        height: 140px;
}

#textdiv {
        position: absolute;
        width: auto;
        height: auto;
        top:152px;
        left:-29%;
        color:white;
        font-weight:bold;
}



 

 
 

 