html,body {
      background-image: url(../skin/indaco/sfondo.gif); 
      background-repeat: repeat;
background-attachment: fixed;
	color: #fff;
	margin: 0;
	padding: 0;
}
/* -------------Logo ------------- */
#logo {
background-image: url(../skin/indaco/logo.jpg);
width: 798px;
height: 113px;
}
/* ------------- barra  ------------- */
#barra {
background-image: url(../icone/barre/indaco.jpg);
background-repeat: no-repeat;
width: 798px;
height: 5px;
}
/* ------------- barra_corta ------------- */
#barra_corta {
background-image: url(../icone/barre_corte/indaco.jpg);
background-repeat: no-repeat;
width: 440px;
height: 5px;
}
/* ------------- blocco normale ------------- */
.normale {
font-size: 13px;
background: #ffffff;
color: #330033;
}
/* ------------- blocco in evidenza ------------- */
.evidenza {
font-size: 13px;
background: #cc99cc;
color: #330033;
}
/* ------------- titolo piccolo ------------- */
.tit_pic {
font-size: 14px;
background: #cc99cc;
color: #330033;
}
/* ------------- titolo medio ------------- */
.tit_med {
font-size: 19px;
font-weight: bold;
background: #cc99cc;
color: #330033;
}
/* ------------- titolo grande ------------- */
.tit_gran {
font-size: 24px;
background: #cc99cc;
color: #330033;
align: center;}
/* ------------- sottotitolo piccolo------------- */
.sot_tit_pic {
font-size: 13px;
background: #ffccff;
color: #330033;
}
/* ------------- sottotitolo grande------------- */
.sot_tit_gran {
font-size: 16px;
background: #cc99cc;
color: #330033;
}
/* ------------- links ------------- */
a:link {
color: #330033;
text-decoration: none;
}
a:visited {
color: #330033;
text-decoration: none;
}
a:active {
color: #330033;
text-decoration: none;
}
a:hover {
color: #ff0000;
font-weight: bold;
text-decoration: none;
}

a img { border: 0; }