HTML {overflow: hidden;}   
BODY {border: 0; margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif;}  
DIV  {border: 0; margin: 0; padding: 0;}
P    {border: 0; margin: 0; padding: 0;}
IMG  {border: 0; margin: 0; padding: 0;}
FORM {border: 0; margin: 0; padding: 0;}
UL   {border: 0; margin: 0; padding: 0;}
LI   {border: 0; margin: 0; padding: 0;}

/**********/
BODY{background-color: #686867; color: #000000; font-size: 12px;}
A{color: #000000;	font-size: 12px; text-decoration: none;}
A:hover{text-decoration:underline;}  

DIV#container      {position: absolute; width: 100%; height: 100%; overflow: auto;text-align: center; background-image: url(../template/images/container.jpg);}
DIV#container_down {position: absolute; width: 100%; height: 100%; overflow: auto;text-align: center; background-image: url(../template/images/bkg-dn.jpg); background-repeat: repeat-x-y;}
DIV#container_up   {position: absolute; width: 100%; height: 100%; overflow: auto;text-align: center; background-image: url(../template/images/bkg-up.jpg); background-repeat: repeat-x-y;}
DIV#header          {vertical-align: bottom;}  
  
  DIV#content_top1{ width: 100%; text-align: center; margin: 0 auto;}
  DIV#content_top2{ width: 100%; text-align: center; margin: 0 auto; background-image: url(../template/images/bkg-up.jpg);}
  DIV#content_body{width: 950px; text-align: center; margin: 0 auto; background: url(../template/images/content_body.jpg) repeat-y;}
  
  DIV#content_index{width: 950px; text-align: center; margin: 0 auto; background: url(../template/images/content_index.jpg) no-repeat;}
  DIV#content_home {width: 950px; text-align: center; margin: 0 auto; background: url(../template/images/content_home.jpg)  no-repeat;}
  
  DIV#content  {width: 950px; text-align: center; margin: 0 auto; clear: both; }
    DIV#slider {width: 340px; height: 350px; position: relative; overflow: hidden;}
      UL#sliderContent{width: 340px; height: 350px; position: absolute; top: 0; margin-left: 0; left: 0; list-style-type: none;}
      UL#sliderContent LI.sliderImage span {}
  
  DIV#content2 {width: 950px; text-align: center; margin: 0 auto;}
  DIV#contatti {width: 950px; height: 415px; text-align: center; margin: 0 auto;}
  DIV#contatti TD{text-align: left;}
  DIV#contatti TD.th{font-weight: bold;}
  
  DIV#dove-siamo {width: 950px; height: 415px; text-align: center; margin: 0 auto;}
  DIV#dove-siamo DIV{text-align: left;}
  
  DIV#notizie {width: 950px; height: 415px; text-align: center; margin: 0 auto; }
  DIV#notizie TD{text-align: left;}
  DIV#notizie TD.th{font-weight: bold;}
  
  /*DIV#content_down1{width: 100%; height: 100%; text-align: center; margin: 0 auto;}
  DIV#content_down2{width: 100%; height: 100px; text-align: center; margin: 0 auto; background: url(../template/images/bkg-dn.jpg) repeat-y; border: #000000 1px solid; }
  *//*3d slider*/


.sliderImage {
    width: 340px;
    float: left;
    position: relative;
    display: none;
    border: #FFFF00 0px solid;
}
.sliderImage span {
    position: absolute;
	  /*font: 10px/15px Arial, Helvetica, sans-serif; */
    padding: 10px 13px 10px 13px;
    width: 400px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}



.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;     