Tienes razón, se me pasó poner la solución. Aquí va:
Código:
<div id="marcotodo">
<div id="marcotextoizq">
<br><br><br><br><br>
<p class="texto2" align="left"> <b>-</b> Links<br>
<b>+</b> Contacts<br>
<b>·</b> <a href="#">Otro link</a><br>
<b>·</b> <a href="#">Otro link</a><br> <b>+</b> Contacts<br>
<b>·</b> <a href="#">Otro link</a><br>
<b>·</b> <a href="#">Otro link</a><br>
</div>
<div id="marcotextoder">
<p class="texto3" align="left"><br>Esto es una prueba, hehe.</p>
</div>
</div>
Y el CSS es:
Código:
#marcotodo { width: 1000px; height: 558px; margin: auto; padding: auto; }
#marcotextoizq { width: 135px; height: 558px; valign: top; background: url(images/FondoMenu1.jpg); float: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-bottom-width: 1px; border-bottom-width: 1px; }
#marcotextoder { width: 865px; height:558px; overflow: auto; valign: top; background: url(images/FondoTexto2.jpg) no-repeat; float: right; background-attachment: fixed; display: block; }
Espero que esto ayude a otros empantanados como estaba yo :)