/********************/
/*  FOOTER SECTION  */
/********************/
.footer {
    background:transparent url(bg_footer.png) no-repeat;
    clear:both;
    font-size:0.8em;
    overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
    padding:0em 0 0em 0;
    position:relative; top:0px; left:0px;
    width:900px; height:119px;
    z-index:0
    }

.footer p {
    color:rgb(119,172,199);
    font-weight:bold; font-size:110%;
    line-height:1.3em;
    text-align:center;
    }
    
.footer p.credits {
    font-weight:normal;
    margin:0 0 0 20px;
    position:absolute; top:90px; left:13px;
    }
    
.footer p.credits a {
    color:rgb(119,172,199);
    text-decoration:underline;
    }
    
.footer a:hover {
    color:rgb(0,0,0);
    text-decoration:none;
    }
    
.footer a:visited {
    color:rgb(0,0,0);
    }
