body {
      background: url('../images/index/bg.png') top left repeat #9597CF;
      padding: 0;
      margin: 0;
      font-size: 12px;
      font-family: Verdana;
  }
  .wrap {
      margin: 0 auto;
      width: 960px;
      text-align: left;
  }
  #main {
      background: url('../images/index/bg_top.png') top center repeat-x;
  }
  #top_menu {
      background: url('../images/index/bg_top_menu.png') top center repeat-x;
      height: 34px;
      overflow: hidden;
      text-align: center;
  }
  #top {
      background: url('../images/index/bg_top.png') top center repeat-x;
      height: 201px;
      text-align: center;
  }
  #bottom {
      background: url('../images/index/bg_bottom.png') top center repeat-x;
      height: 150px;
      overflow: hidden;
      text-align: center;
      margin-top: 20px;
  }
  .left { float: left; }
  .right { float: right; }
  .clear { clear: both; }
  
  img { border: 0; }
  
  #top_menu a {
      padding: 10px 15px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 11px;
      background: url('../images/index/separator.png') 0px 0px no-repeat;
      height: 29px;
      display: block;
      float: left;
  }
  #top_menu a.last { padding-right: 0; margin-right: 0; } 
  #header {
      background: url('../images/index/bg_header.png') top left no-repeat;
      text-align: left;
  }
  #copyright {
      background: url('../images/index/bg_copyright.png') 0px 1px no-repeat;
      height: 105px !important;
      height: 115px;
      overflow: hidden;
      text-align: center;
      color: #555;
      clear: both;
      font-size: 9.5px;
      padding-top: 10px;
  }
  #copyright p {
      padding: 3px;
      margin: 0;
  }
  #copyright a {
      color: #333;
  }
  #logo {
      margin: 11px 0 6px 20px;
  }
  #accedi {
      margin: 29px 30px 15px 0; 
  }
  #accedi:hover {
      filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	  -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  #content {
      clear: both;
  }
  #content_top {
      background: url('../images/index/bg_content_top.png') top center no-repeat;
      padding: 10px 5px 0 5px;
      overflow: hidden;
      clear: both;
  }
  #content_bottom {
      background: url('../images/index/bg_content_bottom.png') bottom center no-repeat;
      height: 10px;
      clear: both;
  }
  .box {
      background: #fff;
      margin: 10px 4px;
  }
  .box.sx {
      width: 666px;
      float: left;
      color: #787878;
      font-size: 12px;
      height: 377px;
      padding: 10px 15px;
      text-align: justify;
  }
  .box.sx h1 {
      font-size: 14px;
      color: #8D8D8D;
      font-weight: bold;
  }
  .box.dx {
      width: 239px;
      height: 377px;
      float: right;
      text-align: center;
      padding-top: 20px;
  }
  
  #risultati img {
      border: 0;
  }
  #risultati a {
      color: #796EBD;
      text-decoration: none;
  }
  #risultati a:hover {
      color: #000;
  }
  .riga {
      border-bottom: 1px dotted #AAA;
      padding: 3px; 
      margin-bottom: 3px;
  }
  .riga p {
      margin: 2px;
      padding: 0;
  }               
  
  .riga:hover {
      background: #F9F9F9;
  }
  #myGallery {
      float: left;
      margin: 5px 0 0 10px;
  }
  #dx {
      float: right;
      margin: 5px 10px 0px 0px;
  }
  #dx_form {
      float: left;
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px dotted #DDD;
  }
