no pierofix (cmq grazie per aver risposto )

Vedi io vorrei riuscire a fare quello che viene fuori con questa tabella:

codice:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="it" xmlns="http://www.w3.org/1999/xhtml" xml:lang="it">
<head>
<title>title</title>

</head>
<body>
<div align="center">
<table border="1" cellspacing="0" cellpadding="0" width="760" summary="tabella contenitrice">
	<tr>
		<td width="100%" height="120">TESTATA</td>
	</tr>
	<tr>
		<td width="100%" height="100%">
<table border="1" width="100%" cellspacing="0" cellpadding="0" summary="CORPO">
	<tr>
		<td width="160" height="100%">colonna sinistra</td>
		<td width="500" height="100%">
<table border="0" width="99%" cellspacing="0" cellpadding="0" summary="CONTENITORE DATI">
	<tr>
		<td width="100%" height="100%"></td>
	</tr>
	<tr>
		<td width="100%" height="100%">
<table border="0" width="468" cellspacing="0" cellpadding="10" summary="TESTO">
	<tr>
		<td width="468" height="400">CORPO CENTRALE</td>
	</tr>
</table>
		</td>
	</tr>
</table>
		</td>
		<td width="110" height="100%">colonna destra</td>
	</tr>
</table>
		</td>
	</tr>
	<tr>
		<td width="100%" height="30">FOOTER</td>
	</tr>
</table>
</div>
</body>
</html>

Come già fdetto l'header l'ho fatto e funziona ma ora con il corpo mi sono arenato di brutto e non so più come muovermi!!

Mi dai un'aiutino?? help.......