<html>
<body bgcolor=red>
<center>
<table bgcolor=blue border=1 bordercolor=green>
<tr><td>TEST1</td><td>TEST2</td></tr>
<tr><td>TEST3</td><td>TEST4</td></tr>
</table>
</center>
<table border="1" width="100%"><tr><td>
<table cellpadding="8">
	<tr> 
		<td bgcolor="green" width="50%"></td>
		<td align="center" bgcolor="yellow" width="50%">
			<p>a</p>
			<p>b</p>
			<p>c</p>
		</td>
	</tr>
</table>
</td></tr></table>
</body>
</html>