Nel sito che hai indicato tu c'è una tabella dentro ad un latra con un valign="bottom" nel td.
codice:<HTML> <HEAD> <style> table td {border:1px solid red;} </style> </HEAD> <BODY> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="100%" valign="bottom"> <table width="618" height="414" border="0" cellpadding="0" cellspacing="0"> <tr align="left" valign="top"> <td width="206" height="207"></td> <td width="206" height="207">
</td> <td width="206" height="207">
</td> </tr> <tr align="left" valign="top"> <td width="206" height="207">
</td> <td width="206" height="207">
</td> <td width="206" height="207">
</td> </tr> </table> </td> </tr> </table> </BODY> </HTML>