Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> <style type="text/css"> <!-- html,body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; height:100%; width:100%; } .Tabla01 { height: 100%; width: 100%; background-color: #CCCCCC; } .Tabla02 { height: 100px; width: 100px; background-color: #999999; } </style> </head> <body> <table class="Tabla01"> <tr> <td align="center" valign="middle"><table class="Tabla02"> <tr> <td align="center" valign="middle">Centro</td> </tr> </table></td> </tr> </table> </body> </html>