footer.css 251 Bytes
Newer Older
1 2
@charset "utf-8";

3
/* footer */
4
#ws-body footer{
5 6 7 8 9 10 11 12 13 14 15 16
    display: block;
    height: 58px;
    line-height: 60px;
    padding-top: 1px;
    margin: 0 auto;
    width: 100%;
}
.cnt_footer{
    text-align: center;
    margin: 0 auto;
    width: 960px;   
}