usa un div e i css

<style type="text/css">
div#sfondo{
background: url(images/img.jpg);
}
</style>
</head>
<body>
<div id=sfondo>
Testo
</div>