/*Credits: WebMasterPoint */
/*URL: http://www.webmasterpoint.org/webdesign/css/52.asp */

body  {
    margin:0;
    padding:160px 0 0 150px;  /* modificare in corrisp. h1.page, div#header, div#left-sidebar */
    border:0;			/* This removes the border around the viewport in old versions of IE */
    
    background-image:url('images/sfondo_maf-1.jpg'); 
    background-repeat:no-repeat; 
    background-attachment:fixed;
    min-width:600px;    	/* Minimum width of layout - remove line if not required */
}

div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:160px;
  background-image:url('images/sfondo_maf-1.jpg'); 
  background-repeat:no-repeat; 
  background-attachment:fixed;
  min-width:600px;    	/* Minimum width of layout - remove line if not required */
}
div#left-sidebar{
  position:absolute;
  top:160px;
  left:0;
  width:150px;
  height:100%;
}
div#right-sidebar{
 color:black;
}
div#footer{
 color:black;
}

@media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
}
* html body{
  overflow:hidden;
} 
* html div#content{
  height:100%;
  overflow:auto;
}

/* SEZIONE PER PROBLEMI IE */
   #topper {
      position:fixed; 
      display:block; 
      top:0; 
      right:0; 
      width:100%; 
      height:156px; 
      font-weight:normal;
      font-style:italic;
      line-height:80px; 
      overflow:hidden; 
      color:white; 
      z-index:12;
   }
   * html #topper {
      position:absolute; 
      right:0;
      right/* */:/**/17px; 
      right: /**/17px;
   }
   #topper img {
      float:right;
      margin-top:10px;
      margin-right:10px;
   }
