html, body, head{
  background-color: black;
  margin:0; 
  padding: 0;
  height: 100%;
  color: rgb(255, 255, 153);
}

img{
  border: 0;
}

div#header{
  text-align: center;
}

div#container{

  width: 70em;
  margin: 0px auto;   /*centra negli altri browsers*/
  text-align: left;   /*ripristina l' allineamento*/
  background: url(images/mcc3-qr.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
}

div#content{
  /*border: 1px yellow solid;*/
  text-align: center; 
  margin-left: 215px;
  margin-right: 215px;
  height: 100%;
}

div#naviLeft{
  float: left;
  z-index: 300;
  margin-left: 10px;
  margin-top: 5px;
}

div#naviRight{
  float: right;
  z-index: 300;
  margin-right: 10px;
  margin-top: 5px;
}

div#footer{
  margin: 0 auto;
  margin-top: 8em;
  /*rder: 1px yellow solid;*/
  font-size: 10pt;
  text-align: center;
  width: 40em;
}

p.normale{
  text-align: left;
}

p.giust{
  text-align: justify;
}
a{
  color: rgb(187, 30, 76);
  font-weight: bold;
}

h2{
  color: red;
  font-size: 18pt;
}

h3{
  text-align: left;
}

ul.disk{
  list-style-type: disc;
  text-align: left;
}

ul.disk li{
  padding-bottom: 0.5em;
}

ol{
  text-align: left;
}

ol li{
  padding-bottom: 0.5em;
}