1) container: in realtà si vede centrato ma non su Internet Explorer. Per centrarlo devi mettere
text-align: center; /* al body */
text-align: left; /* al div#container */
2) footer: il tuo codice è
codice:
<td class="testo2" width="800" height="30" bgcolor="#950f0e" colspan="4">
© 2007-2010 ....
</td>
cambialo in
codice:
<td class="testo2" width="800" height="30" bgcolor="#950f0e" colspan="4">
<p style="text-align: center;">© 2007-2010 .... </p>
</td>
3) link
prova con
.testo3 a { color : #000000; }