Muchachos
JAJAJAJAJAJA como siempre me pasa o bueno casi siempre, ya solucioné el problemilla solo le agregue esto al CSS y listo todo quedó bien
background-attachment: fixed;
Que dando asi:
Código:
body {
background-attachment: fixed;
background-color: #FFFFFF;
background-image: url( imagenes/fondo.jpg );
background-position: bottom center;
background-repeat: repeat-x;
color: #000000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 9pt;
}
Y listo pedo solucionado
Salu2