<tr><td colspan="2" width="100%" height="30" style="background:url('АДРЕС РИСУНКА')no-repeat;text-align:center;"></td></tr>
<head> <title>Растягивание картинки фона</title> <style type="text/css"> html, body { height: 100%; margin: 0; padding: 0;} #bg {position:fixed; top:0; left:0; width:100%; height:100%;z-index:-1;} #content {color:#FF0000; position:static; z-index:1;} </style> <!--[IF IE 6]> <style type="text/css"> html {overflow-y:hidden;} body {overflow-y:auto;} #bg {position:absolute; z-index:-1;} #content {position:static;} </style> <![endif]--> <!--[IF IE 7]> <style type="text/css"> html {overflow-y:hidden;} body {overflow-y:auto;} #bg {position:absolute; z-index:-1;} #content {position:static;} </style> <![endif]--> </head> <body> <table id="content" border="1" width="100%" cellspacing="0" cellpadding="5" style="color: #FF0000"> <tr> <td><b>Текст Текст Текст</b></td> <td><b>Текст Текст Текст</b></td> <td><b>Текст Текст Текст</b></td> </tr> <tr> <td><b>Текст Текст Текст</b></td> <td><b>Текст Текст Текст</b></td> <td><b>Текст Текст Текст</b></td> </tr> </table> <img id="bg"src="bg_fon.jpg"> </body> </html>