/* barra do rodape */
div#footer { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 25px; background: transparent url(../../../../../src/img/bg/footer.png) repeat; }

    div#footer div.copyright { position: absolute; top: 2px; left: 0; height: 21px; width: 50%; text-align: center; }
        div#footer div.copyright p { font-size: 12px; color: #ffffff; text-shadow: 0 0 3px #000000; line-height: 21px; }

    div#footer div.developed_by { position: absolute; top: 2px; left: 50%; height: 21px; width: 45%; padding: 0 5% 0 0;}
            div#footer div.developed_by p { font-size: 12px; color: #ffffff; text-shadow: 0 0 3px #000000; float: right; position: relative; line-height: 21px; }
            div#footer div.developed_by img { float: right; margin: 0 0 0 5px; }