/*

#xwrapper{
border: 2px solid green;
min-height:500px;
}

#xheader{
 height:20px;
 background: #eee;
}

#xmenu{
 margin: 10px;
  height:40px;
 background: #ddd;
}

xcontent{
min-height: 430px;
padding:10px;
}

xfooter{
  height:20px;
 background: #eee;   
}
*/

