no debes de meter lo primero dentro del segundo, eso jamas se hace.
Código CSS:
Ver originalBODY {
font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #666666;
text-align: center;
vertical-align: baseline;
display: table;
height: 100%;
width: 100%;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; /*
background-image:url(../Supervisor/Operaciones/Titulo.jpg); /* coloca la imagen en el fondo pero en mosaico
background-position:center; /* la imagen no se muestra tanto en mosaico queda centrada */
/* background-color:#000000;*/
background:url(../imagenes/body_bg.png) repeat 0 0
/* background-image:url(../imagenes/body_bg2.png);
background-repeat:repeat-x; /* colocar imagen en fondo negro completa*/
}
.bottom{
background-image:url(../imagenes/bottom.jpg);
background-position:bottom;
width:700px;
height:auto;
margin-bottom:auto;
position:absolute;
text-align:center;
bottom:0px;
left:300px;
right:300px;
z-index:1;
}
Saludos.