muchas gracias por responder! proble lo del height : 30px; pero no funciono
aca les dejo el codigo de todo el css
Código:
body {
text-align:center;
background-color:#999999;
}
#content {
width:800px;
text-align:left; /* alinear textos */
margin:0 auto; /* centra el contenedor */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #000000;
}
#logo {
width:800px;
height:190px;
}
#menu {
width:800px;
height:41px;
}
#contenido {
width:513px;
height:auto;
background:url(Images/contentbg.jpg);
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
margin:20px;
float:left;
}
#mano {
width:67px;
height:auto;
background-color:#CCC;
margin-left: 555px;
margin-top: 20px;
}
#menu2 {
width:136px;
height:30px;
background:url(Images/contentbg.jpg);
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
margin:20px;
float:right;
}
#pie {
clear:left;
}