You have some table alignments set to center when all the others are not set.
In /customer/home.tpl edit the following
Code:
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
to
Code:
<TABLE border="0" width="100%" cellpadding="0" cellspacing="0">