body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
#menu a{
	text-decoration:none;
	color: #FFFFFF;
}#menu a:hover{
	text-decoration:underline;
	color: #e3c1f9;
}
#menu a:visited{
	color: #FFFFFF;
}

#home-content {
	background-image: url(../images/background-home-content.jpg);
	background-repeat: repeat-y;
}
.btn1 {
	background-image: url(../images/btn1.png);
	height: 34px;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
.btn1 a{
	text-decoration:none;
	color: #FFFFFF;
}
.btn1 a:hover{
	text-decoration:underline;
	color: #FFFFFF;
}.btn1 a:visited{
	color: #FFFFFF;
}
.separatore-viola {
	background-image: url(../images/separatore-viola.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.separatore-tratteggiato {
	background-image: url(../images/separatore-tratteggiato.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #515151;
}
.separatore-bianco {
	background-image: url(../images/separatore-bianco.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #1D1D1D;
}

.text02 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #572D5F;
}
.text03 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.text03 a{

	text-decoration:none;
	color: #FFFFFF;
}
.text03 a:hover{

	text-decoration:underline;
	color: #FFFFFF;
}
.text03 a:visited{

	color: #FFFFFF;
}

