 body,html {text-align:center;margin:0;padding:0;}
 #wrapper { width:1004px;margin:0 auto; }

p {
          margin:0;
          padding:0;
}

.hidden {
          display:none;
}

img { 
    image-rendering: optimizeSpeed;           
    image-rendering: -moz-crisp-edges;        
    image-rendering: -o-crisp-edges;          
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: optimize-contrast;        
    /*-ms-interpolation-mode: nearest-neighbor;  */
}

#content{
          width:1004px;
          height:550px;
          margin:0 auto;
          background: url("../img/bg.jpg") no-repeat;
          position:relative;
          text-align:left;
}

#content-dx {
          width:605px;
          float:right;
          padding-top:22px;
}

#title {
          width:100%;
          height:56px;
          background: url("../img/head.png")  12px 0 no-repeat;
}

#copy {
          width:100%;
          height:116px;
          background: url("../img/copy.png")  12px 0 no-repeat;
          margin:18px 0 16px  0;
}

#title-opera {
          width:590px;
          height:18px;
          background: url("../img/piano-del-opera.png") no-repeat;

}

#list-opera {
          width:583px;
          height:195px;
          overflow-x: hidden;
          overflow-y: auto;
          background: #efeae7;
          text-align:center;
}





#footer {
          position:absolute;
          bottom:0;
          height:64px;
          width: 100%;
          background: url("../img/appuntamento.png") no-repeat;
}













