Problemas con la leccion primera seccion fondos de CSS

Buenos amigos les comento que quede frenado en el curso debido a que no logro ver el fondo de la imagen llamada fondo.png la he colocado en la carpeta objectos le he colocado la extension con el paint a .png y aun asi no logro ver la imagen mi navegador es el firefox pero lo desistale pensando que era eso y nada bueno aqui les escribo el codigo htlm:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Pagina Principal del Ejemplo CCTW</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all">
</head>


<body>



Bienvenidos a mi página web. Muy pronto estará lista


SOY CARLOS DANIEL RODRIGUEZ


PAGINA CREADA GRACIAS A CCTW

</body>
</html>


y este es mi codigo estilos.CSS


body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-repeat: no-repeat ; background-position: left bottom}
body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-position: center center ; background-repeat: no-repeat ; height:100%; }
repetiste el codigo dos veces

ya checaste el indice de preguntas frecuientes??????
Este es mi código index.html y tengo el mismo problema


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Pagina Principal del Ejemplo CCTW</title>
<link rel="stylesheet" href="estilos.css" type="text/css" media="all" />

</head>
<body>

<p>Bienvenidos a mi página web.Muy pronto estara lista!</p>
<p>Página creada gracias a <a href="http://www.comocreartuweb.com"
target="blank">CCTW</a></p>
</body>
</html>






y el estilos.css


body {background-color: #E6E6FA ; background-image: url(objetos/fondo.png) ; background-repeat: no-repeat ; background-position: left bottom}