Background-repeat

Hola. Antes que nada, muchas gracias por las respuestas anteriores. Pero cuando consigo arreglar algo, aparece otra cosa.
Ahora tengo problemas con el background, que se repite, aunque la orden es no repeat.

En estilo-general tengo:
body {text-align: center ;
background-image: url(objects/logo.png) ;
background-repeat: no repeat ;
background-position: center center ; height: 100% }

Pero aunque le pongo no repeat, la imagen se repite en toda la página.
Gracias por ayudar.
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100% }

prueba a colocarlo así.

Saludos