
#testa{
background-image: url(sfondo1/testa.png);
background-repeat:no-repeat;
width:900px;
height:175px;
}

#testar{
background-image: url(sfondo1/testar.png);
background-repeat:no-repeat;
width:900px;
height:175px;
}

#menu {
background-image: url(sfondo/menu.png);
background-repeat:no-repeat; 
width:900px;
height:30px;
}


#corpo {
width:900px;
height:365px;
}

#corpoindex {
background:url(sfondo1/sfondoindex.png);
background-position:center;
background-repeat:no-repeat;
width:900px;
height:500px;
}



#footer {
background-image:url(sfondo/footer1.png);
background-repeat:no-repeat;
width:900px;
height:30px;
}

.testo{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.link{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}



/*   link*/

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
  color: #000000;
  text-decoration:none;
}

a:hover {
text-decoration: underline;
	
}

.link a:link {
	color: #000000;
	text-decoration:none;
}

.link a:visited {
  color: #000000;
  text-decoration:none;
}

.link a:hover {
text-decoration: underline;
	
}
