/* CSS Document */

body {
background: #332821;
}

#contenedor {
width:800px;
height:600px;
background:url(../img/fondo-main.png) no-repeat;
margin : 0 auto;
}

#cabecera {
height:100px;
width:320px;
}

#pie {
position: absolute;
height:70px;
}

div#cabecera h1 {
font-family:"Monotype Corsiva";
font-size:22px;
color: #5C3814;
font-weight:100;
padding: 30px 0 0 90px;
}

