#title{
    width:100%;
    height:159px;
    background-image:url(../gfx/header_info.jpg);
    background-position:top left ;
    background-repeat: no-repeat;
}

#footer{
    width:100%;
    height:36px;
    background-image:url(../gfx/footer_info.jpg);
    background-position:top left ;
    background-repeat: no-repeat;
}

	#footer a{
	    color:#E5FDFD;
        text-decoration:none;
    }
    #footer a:hover{
        color:#B2E4FD;
    }
