Código:
/* BODY estructura genérica*/
BODY{
background-color:#356887;
margin-top:55px;
height:768px;
width:1024px;
margin-left:80px;
margin-right:80px;
margin-bottom:40px;
margin:0 auto;
}
#logo{
height:126px;
width:316px;
background-image:url(../images/logo.png);
float:left;
}
#buscador{
height:126px;
width:548px;
background-image:url(../images/buscador.png);
float:left;
}
#menu{
height:496px;
width:316px;
background-image:url(../images/menu.png);
float:left
}
#cuerpo{
height:496px;
width:548px;
background-image:url(../images/body.png);
float:left;
}
#pie{
width:864px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:14px;
height:91px;
}
Y claro no me sale el contenido centrado en absoluto, entonces queria saber si estoy fallando en algo o es que directamente me falta algo, un saludo.