Bueno, tu página tiene varios ingredientes, yo sólo te puedo dar una estructura básica desde dónde arrancar, pero a partir de ahi acomodar todos esos elementos va a ser una tarea dificil, ajustate a esto
Código HTML:
Ver original<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-ar"> /*<![CDATA[*/
html body {
height: 100%;
}
html, body, div, ul {
padding: 0;
margin: 0;
}
#centrar {
width: 950px;
margin: 0 auto;
overflow: hidden;
}
#header{
width: 100%;
height: 150px;
background-color: red;
}
#izq {
width: 250px;
float: left;
background-color: green;
padding-bottom: 2000px;
margin-bottom: -2000px;
}
#der {
width: 700px;
float: left;
background-color: orange;
padding-bottom: 2000px;
margin-bottom: -2000px;
}
#pie {
padding-top: 20px;
background-color: blue;
text-align: center;
clear: both;
position: relative;
width: 100%;
height: 80px;
}
/*]]>*/
header
menu
<!-- plantilla xhtml5 2010©emprear.com -->
Saludos