Hola
Picale!
Yo el único problema que veo en tu estilo, es en la línea uno
background: white url(/tutores/images/mundo.gif);, tendría que ser así:
Código PHP:
<style type="text/css">
<!--
body {
background-color: #FFFFFF; /*<-Color blanco*/
background-image: url(/tutores/images/mundo.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>
Ese código va entre las etiquetas
<head></head>.
Suerte!!!