
    .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;
    }

    .img1 {
        position: relative;
        top: 0;
        left: 0;
      }
      .img2 {
        position: absolute;
        top: 416px;
        left: 794px;
      }

    #mainheader {
        height:300px;
  
    }

    #mainheader nav {
        clear: both;
        position: absolute ;
        left: 0px;
        bottom: 0px;
        right: 0px;
        line-height: 68px;
        height: 68px;
    }

    #mainFooter {
        clear: both;
        background-color: rgb(0, 0, 0);
        height: 100px;
        text-align: center;
	    padding: 30px;

    }

    footer ul li {
        list-style: none
    }
    
   




    
    