First I would suggest to get rid of that <div align="center"> at the very top as it has been depricated. The same goes for the </CENTER> tag as well. Also, the <tr><align="center"> is not defined properly. That said, can you post here the original code that defines the header links?
P.s. try to center it like this:
Change this code:
HTML Code:
<table bgcolor="#111210" width="100%" border="0" cellpadding="0" cellspacing="0">
To:
HTML Code:
<table bgcolor="#111210" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">