pues aquí va una parte del código
Código:
#arriba{
position:fixed;
top:0;
left:0;
width:205px;
height:210px;
background-attachment: fixed;
background-image: url(../img/fondo_dt_arriba.gif);
background-repeat: no-repeat;
background-position: left top;
}
#wrap {
width: 780px;
min-height: 450px;
height: auto !important;
height: 450px;
background-color: #cbe226; /*#fff*/
padding: 0;
margin: 0 auto;
}
<body>
<div id="arriba"> </div>
<div id="wrap">
RESTO DE CAPAS
</div> <!-- Fin #wrap -->
</body>
Decir que dentro del #wrap están el resto de capas (#header, #cuerpo, #footer, #menu...)