Hola, gracias por el interés, te dejo el esqueleto del código html, hay mas div's pero he puesto los principales.
HTML
Código PHP:
body
<div id="marco">
<div id="menu" class="menu" >
</div>
<div id="nombre">
</div>
<div id="cuadromuro">
<div id="todo">
<div id="wall"></div>
</div>
</div>
<div class="changediv" id="changediv">
</div>
<div id="fotoperfil" class="fotoperfil" >
</div>
<div class="caja">
</div>
CSS
Código PHP:
body {
background-color: white;
background-position: relative;
background-repeat: no-repeat;
}
#marco {
background-color: #EBEBEB;
margin-top: 35px;
border: 3px solid #22B14C;
z-index: 1;
width: 1095px;
margin-left: 358px;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
position: relative;
}
.menu{
background-color: #22B14C;
border: 2px solid #22B14C;
height: 30px;
left: 0;
position: fixed;
top: 0;
width: 2400px;
}
#nombre {
margin-left: 370px;
margin-top: -4px;
}
#todo {
margin-top: 95px;
margin-left: 50px;
width: 462px;
z-index: 3;
display: inherit;
}
.changediv {
background-color: #22B14C;
border: 1px solid green;
color: white;
cursor: pointer;
font-weight: bold;
width: 412px;
margin-left: 668px;
height: 30px;
position: absolute;
margin-top: -549px;
text-align: center;
}
.fotoperfil {
border: 1px solid green;
height: 331px;
margin-left: 669px;
margin-top: -518px;
text-align: center;
width: 411px;
background-color: white;
z-index: 3;
}
.caja {
margin-left: 668px;
margin-top: 14px;
}
#wall{
border: 3px solid #B4BBCD !important;
margin-top: 20px;
background-color: #22B14C;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 5px;
overflow:scroll;
}
Ahí están los códigos, acepto todas las críticas, sugerencias y errores que tienen los scripts porqué seguramente tienen. Gracias!