

body {
    background-attachment : scroll;
    background-color : #200254;
    background-position : center center;
    background-repeat : repeat-y;
    font-family : sans-serif;
    font-size : 12px;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-align : center;
    width : 1000px;
  }

/* serve per la centratura con explorer */










#center {
    background-color : #F2F2F2;
    height : 1050px;
    left : 50%;
    margin-left : -500px;
    position : absolute;
    width : 1000px;
    color:#200254;
  }

ul,ol,li {
    list-style:none;
  }


a {
    text-decoration:none;
  }

/*il banner in alto */










marquee {
    background-color : #200254;
  height:80px;
    color:#F9F9F9;
  }

marquee  a:visited {
    
  
    color:#F9F9F9;
  }






#top {
    top:30px;
    left:0px;
    position : absolute;
    width:1000px;
    height:250px;
    background:url(images/banner2.png);
  }

/*il menu in alto */
















#menu {
    background-color : #200254;
    color : #F9F9F9;
    font-family : 'URW Gothic L', Vemana2000, 'sans-serif';
    font-size : 16px;
    font-weight : bold;
    height : 22px;
    left : 0px;
    position : absolute;
    text-align : right;
    top : 5px;
    width : 1000px;
  }


#menu  li {
    margin-left:20px;
    font-family : 'URW Gothic L', Vemana2000, 'sans-serif';
    font-weight : bold;
    font-size : 16px;
    color:#F9F9F9;
    display:inline;
  }


#menu  a:link {
    color:#F9F9F9;
  }


#menu  a:hover {
    color:#F9F9F9;
  }
#menu  a:visited {
    color:#F9F9F9;
  }


#content {
    position:absolute;
    color:#5013a4;
    width:590px;
    height:800px;
    text-align: justify;
    top:250px;
    left:50px;
    font-size:13px;
    font-family : 'URW Gothic L', Vemana2000, 'sans-serif';
    font-weight : bold;
  }


#content img {
    border:none;
  }


#content li {
    height:72px;
    width:600px;
    font-weight : bold;
  }





#content p {
    padding: 10px;
  }


#content2 {
    color : #5013a4;
    font-family : 'URW Gothic L', Vemana2000, 'sans-serif';
    font-size : 13px;
    height : 500px;
    left : 730px;
    position : absolute;
    text-align : justify;
    top : 290px;
    width : 250px;
  }


#macroAree {
    background-color : #4a678f;
    color : #200254;
    left : 5px;
    position : absolute;
    text-indent : -99999px;
    top : 200px;
  }


#macroAree li {
    width:50px;
    height:20px;
    position:absolute;
    display:inline;
  }


#macroAree h1 {
    font-family : 'URW Gothic L', Vemana2000, 'sans-serif';
    font-size : 13px;
    font-weight : bolder;
    letter-spacing : 2px;
  }


#ma1 {
    left:20px;
  }


#ma2 {
    left:130px;
  }


#ma3 {
    left:220px;
  }


#ma4 {
    left:320px;
  }


#footer {
    left:0px;
    position : absolute;
    top : 1030px;
    width : 20px;
    background-color : white;
    width:1000px;
  }

