Hola Diegotopet, yo soy algo novato preo creo que esta seria mas o menos mi solucion, aunque no lo he probado en ningun navegador (Solo en IE):
Código CSS:
Ver original<html>
<head>
<style type="text/css">
#fondo1 {background:url("http://elgeek.com/wp-content/uploads/2007/07/notepad.jpg") no-repeat;}
#fondo2 {background:url("http://www.webjk.co.cc/line.jpg") repeat-y;}
#fondo3 {background:url("http://doblecuaderno.files.wordpress.com/2009/10/cielo.jpg") no-repeat;}
</style>
<title>Tres Fondos multiples</title>
</head>
<body>
<table><tr><td>
<div id="fondo3">
<div id="fondo2">
<div id="fondo1">
<h1>Tu Texto o Contenido</h1><br />
<h1>Tu Texto o Contenido</h1><br />
<h1>Tu Texto o Contenido</h1><br />
<h1>Tu Texto o Contenido</h1><br />
</div>
</div>
</div>
</td></tr></table>
</body>
</html>
Saludos a todos y me cuentas si te ha servido :)