hello the backgound image no load the html is <div id="header"> <ul class="navmenu"> <li>inicio</li> <li>quiénes somos</li> <li>servicios</li> <li>contacto</li> </ul> </div> Code (markup): and the css is #header { height: 80px; background-image: url(pic/bg.jpg); background-repeat: repeat-x; } Code (markup):