pues habría que analizar a detalle las necesidades particulares de lo que se desea alcanzar pero por el momento así rápido me viene a la mente un ejemplo como este que quizás le sea de ayuda para darse una idea
Código CSS:
Ver originalhtml,body{margin:0;padding:0;height:100%;overflow:hidden;}
#Fondo1,#Fondo2,#Site{position:absolute;z-index:-10;top:0;width:50%;height:100%;}
#Fondo1{left:0;background:#03f;}
#Fondo2{right:0;background:#fe0;}
#Site{z-index:1;left:0;width:100%;overflow:auto;}
#ContentSite{width:900px;margin:auto;background:#fff;}
Código HTML:
Ver original<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>