Código:
  
 # body { width:100%; margin:0;}
	.contenedor { width: 1000px; margin: 0 auto;position:relative; height: auto; }
	.degraizq { background:url('degraizq.png') repeat-y; height:100%; width:10px;position:absolute; top:0; left:0;}
	.degrader { background:url('degrader.png') repeat-y top right; height:100%;width:10px;position:absolute;top:0;right:0;}
	
		.central {width:980px;height:auto;border:1px solid black; margin: 0 auto; text-align:left;}
		.menu { width:125px; border: 1px solid red; height:500px;margin: 2px 5px;}
		.contenido2 { width:700px; border: 1px solid green; height: auto;}
 


