Код:<html> <head> ****<title>Leon</title> <style type="text/css"> html, body { * *margin: 0px; * *padding: 0px; } table.main { ****width: 100%; ****height: 100%; ****border-collapse: collapse; ****table-layout : auto; } td {**** ****padding: 0px; } td.topl { ****width: 362px; ****height: 90px; ****background: url(images/up_background_l.jpg) no-repeat; } td.topc { ****width: 442px; ****background: url(images/up_background_c.jpg) no-repeat; } td.topr { ****width: 216px; ****background: url(images/up_background_r.jpg) no-repeat; } td.upright { ****background: url(images/up_background.jpg); } td.2topl { ****height: 156px; ****background-image: url(images/up_2background_l.jpg); display:block; } td.2topc { ****background: url(images/up_2background_c.jpg) no-repeat; } td.2topr { ****background: url(images/up_2background_r.jpg) no-repeat; } td.3topl { ****height: 186px; ****background: url(images/up_3background_l.jpg) no-repeat; } td.3topc { ****background-color: #ffff9e; } td.3topr { ****background: url(images/up_3background_r.jpg); } td.4topl { ****height: 198px; ****background: url(images/up_4background_l.jpg) no-repeat; } td.4topc { ****background: url(images/up_3background_c.jpg); } td.4topr { ****background: url(images/up_3background_r.jpg); } td.5topl { ****height: 238px; ****background: url(images/up_5background_l.jpg) no-repeat; } td.5topc { ****background: url(images/up_5background_c.jpg) no-repeat; } td.5topr { ****background: url(images/up_5background_r.jpg) no-repeat; } </style> </head><body><table class="main" border="1"> <tr> ****<td class="topl"></td> ****<td class="topc"></td> ****<td class="topr"></td> ****<td class="upright"></td> </tr> <tr> ****<td class="2topl"></td> ****<td class="2topc"></td> ****<td class="2topr"></td> ****<td></td> </tr> <tr> ****<td class="3topl"></td> ****<td class="3topc"></td> ****<td class="3topr"></td> ****<td></td> </tr> <tr> ****<td class="4topl"></td> ****<td class="4topc"></td> ****<td class="4topr"></td> ****<td></td> </tr> <tr> ****<td class="5topl"></td> ****<td class="5topc"></td> ****<td class="5topr"></td> ****<td></td> </tr> </table></body></html>