#footer {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    clear: both;
    position: relative;
    font-size: 90%;
    border: 3px solid #000000;
    margin: 4px;
    padding: 4px;
}

#footer img
{
    border: 0px;
}

#footer .actions ul:before
{
    content: "[ ";
}

#footer .actions ul:after
{
    content: " ]";
}

