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

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

/* footer */
#ws-body footer{
    background-color: #EDF2F2;
}
.cnt_footer{
    color: #000;
    font-size: 10px;
    border-top: solid 1px #CCC;
26
}