/* CSS Document */

<style>
   body {
    margin:0;
    padding:0;
    text-align:center;
   }

   #content {
    text-align:left;
    margin:auto;
	background-color: #C60000;
    width:772px;
    height:623px;
   }

   #cabecera {
    width: 800px;
    height:100px;
    background-color:#f00;
   }

   #menu {
    width:150px;
    height:650px;
    float:left;
    background-color:#888;
   }

   #contenido {
    width:772px;
    height:623px;
    float:left;
    background-color:#C60000;
   }

   #pie {
    clear:both;
    width:800px;
    height:50px;
    background-color:#0f0;
   }

</style> 