
    .manto {
        color: rgb(255, 255, 255); font-family: 'Bree Serif', serif; font-size: 3em; 
        margin: 0px;
        position: relative;
        right: -180px;
        top: 70px;
    }

    html {
        background-image: url(bg.gif), url(rough_diagonal.png);
        background-repeat: repeat-x, repeat;
    }

    body {
        width: 1800px;
        margin: 0 auto 0 auto;
    }

    
    #mainheader {
        height:250px;
  
    }

    #mainheader nav {
        clear: both;
        position: absolute ;
        left: 0px;
        bottom: 0px;
        right: 0px;
        line-height: 38px;
        height: 38px;
    }

    #mainFooter {
        clear: both;
        background-color: rgb(0, 0, 0);
        height: 50px;
        text-align: center;;

    }

    footer ul li {
        list-style: none
    }
    
   




    
    