Código HTML:
<style type="text/css"> #logo { margin-left:150px; width: 900px; height: 200px; background: url(la.JPG) no-repeat; } #menu { margin:auto; text-align:center; width: 900px; height: 200px; margin-left:230px; background: url(menu.JPG) no-repeat; } </style> </head> <body> <div id="logo"></div> <div id="menu"> <ul> <li >home</li> <li >home</li> <li >home</li> <li >home</li> </ul> </div> </body> </html>