#title{
    width:100%;
    height:159px;
    background-image:url(../gfx/header_forum.jpg);
    background-position:top left ;
    background-repeat: no-repeat;
}

#footer{
    width:100%;
    height:36px;
    background-image:url(../gfx/footer_forum.jpg);
    background-position:top left ;
    background-repeat: no-repeat;
}

	#footer a{
	    color:#FDB348;
        text-decoration:none;
    }
    #footer a:hover{
        color:#FEDA68;
    }
    
	#footer a img{
		border: 1px solid #FEDA68;
	}
	#footer a:hover img{
        border: 1px solid #FDB348;
    }