div {
}

#root{
width:800px; 
height:100%;
left: 225px;
top: 10px;
bottom: 10px;
position:absolute; 
no-repeat;  
background-color: #FF0000;
border: 10px dashed #FF0000;
z-index:1;
}

#head{
width:70%;
height:10%;
background-color: #000000;
border: 10px dotted #000000;
z-index:2;
}



#content{
width:70%;
height:500px;
no-repeat;  
background-color: #000000;
border: 10px dotted #000000;
min-height:100%; 
z-index:2;
}

#foot{
width:70%;
height:5%;
background-color: #000000;
border: 10px dotted #000000;
z-index:2;
}
