
    .manto {
        color: rgb(255, 255, 255); font-family: 'Bree Serif', serif; font-size: 3em; 
        margin: 0px;
        position: relative;
        right: -180px;
        top: 100px;
    }

    .motto {
        color: rgb(255, 255, 255); font-family: 'Bree Serif', serif; font-size: 3em; 
        margin: 0px;
        position: relative;
        right: -1300px;
        top: 3px;
    }
    .motto2 {
        color: rgb(255, 255, 255); font-family: 'Bree Serif', serif; font-size: 3em; 
        margin: 0px;
        position: relative;
        right: -1300px;
        top: 10px;
    }

    html {
        background-image: url(bg.gif), url(rough_diagonal.png);
        background-repeat: repeat-x, repeat;
    }

    body {
        width: 1800px;
        margin: 0 auto 0 auto;
    }
    
    #back {
      color: rgb(255, 255, 255); font-family: 'Bree Serif', serif; font-size: 1.5em; 
      position: absolute;
      right: 1540px;
      top: 0px;
    }


    .img1 {
        position: relative;
        top: 0;
        left: 0;
      }
      .img2 {
        position: absolute;
        top: 310px;
        left: 430px;
      }
      .img3 {
        position: absolute;
        top: 670px;
        left: 790px;
      }

      .img4 {
        position: absolute;
        top: 90px;
        left: 1200px;
      }
      .img5 {
        position: absolute;
        top: 85px;
        left: 1040px;
      }

      .img6 {
        position: absolute;
        top: 210px;
        left: 1510px;
      }

    #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;;

    }

    footer ul li {
        list-style: none
    }
    
   




    
    