#footer {
    line-height: 30px;
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana;
    text-align: center;
    color: black;
}

#footer a {
    color: black;
    text-decoration: none;
}

#footer-right {
    background: #fff url('http://www.newswords.com/templates/images/t2_cap_right.gif') no-repeat;
    width: 205px;
    height: 30px;
    position: fixed;
    bottom: 3px;
    right: 20px;
}

#footer-center {
    background: #fff url("http://www.newswords.com/templates/images/t2_fill.gif") repeat-x;
    height: 30px;
    right: 225px;
    left: 20px;
    position: fixed;
    bottom: 3px;
    margin-left: 15px;
    display: block;
}

#footer-left {
    background: #fff url('http://www.newswords.com/templates/images/t2_cap_left.gif') no-repeat;
    width: 15px;
    height: 30px;
    float: left;
    position: fixed;
    bottom: 3px;
    left: 20px;
    display: block;
}

#footer-left-close {
    background: #fff url('http://www.newswords.com/templates/images/t2_cap_left.gif') no-repeat;
    width: 15px;
    height: 30px;
    float: left;
    position: fixed;
    bottom: 3px;
    right: 168px;
    display: none;
}

#footer-close {
    background: url('http://www.newswords.com/templates/images/close_x.gif') no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    position: fixed;
    bottom: 22px;
    right: 17px;
    display: block;
}

#footer-open {
    background: url('http://www.newswords.com/templates/images/expand_x.gif') no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    position: fixed;
    bottom: 22px;
    right: 17px;
    display: none;
}

