﻿#sf_login .title {
    height: 60px;
    background: url(image/loginlogo.png) no-repeat center center;
}
#aPsDiv{
    background-position: center top;
    margin: 0px;
    padding: 0;
    width: 100%;
    display: inline-block;
    background-image: url(image/m.jpg);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.sf_Main{
    margin-top:0;
}
.sf_Main h2{
   margin:0;
   padding:0;   
}
.sf_Main h2 div img{
    display:none;  
}
.sf_Main h2 div2{
    height: 250px;
    background: url(image/bng.jpg) no-repeat center center;
}
.sf_Main h2 div{
    height: 200px;
}
#sf_login {
    background-color: #F9F9F9;
}
.sf
{
    background-position: top center;
    background-image: url(image/h.png);
    background-repeat: no-repeat;
}
#sf_footer{
    position:absolute;
    width:100%;
    background-position: center bottom;
    background-image: url(image/fbg.png);    
}
#sf_footer>div{
    width:410px;
    margin:0 auto;
}
ul.ibar{
    width:100%;
    padding:10px 5px 0 5px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 480px)
{
    #sf_footer>div{
        width:100%;
    }
   #sf_footer{
       padding: 25px 0 5px 0;
   }
}