/* CSS Document */

<style>
   body {
    margin:0;
    padding:0;
    text-align:center;
	background-image: url(fondo.jpg);
   }

   #content {
    text-align:left;
    margin:auto;
    width:550px;
    height:400px;
   }

   #cabecera {
    width: 550px;
    height:100px;
   }

   #menu {
    width:150px;
    height:650px;
    float:left;
   }

   #contenido {
    width:550px;
    height:400px;
    float:left;
   }

   #pie {
    clear:both;
    width:550px;
    height:30px;
   }

</style> 
