#title{
    width:100%;
    height:159px;
    background-image:url(../gfx/header_gb.jpg);
    background-position:top left ;
    background-repeat: no-repeat;
}

#footer{
    width:100%;
    height:36px;
    background-image:url(../gfx/footer_gb.jpg);
    background-position:top left ;
    background-repeat: no-repeat;
}

	#footer a{
	    color:#000000;
        text-decoration:none;
        font-weight:bold;
    }
    #footer a:hover{
        color:#F9F0E1;
    }
