Automated Footer information

the_title is always the title of the current post. What you probably want is something like wp_title or get_bloginfo and bloginfo('name');. Take a look at your headers code to see exactly what your theme uses