#footer img
{
    border: 0px;
}

#footer {
    background-color: #FFFFFF;
    color: #000000;

    border: 2px solid #AFAFA8;

    padding: 2px;
    margin: 4px;
    text-align: center;
    clear: both;
	position: relative;
    font-size: 90%;
}

#footer #mantra {
    font-size: 8pt;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}

#footer ul#badges {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer ul#badges li {
    display: inline;
}

