@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	background-image: url(../img/riga1.gif); 
	background-repeat: repeat;
	background-position:top;
	}

img {border:0;}

	
body {
	margin:0;
	padding:0;
	font-size: 100%; 
	font-family:Arial, Helvetica, sans-serif;
	}

h1, h2, p {margin:0;}

#quadri {
	height:23px; 
	background-image: url(../img/quadri.gif);
	background-repeat: repeat-x;}

#header {
	background-color:#B31D8C;/*VIOLA*/
}

#title {
	width: 469px;
	margin: 0 auto;
	padding: 50px;
	color: #ffffff;
}

#content {
	background: url(../img/fiori_stelle_spa.gif) repeat-x top left;
}

#testo {
	background-color: #ffffff;
	padding: 100px;
	margin: 0 auto;
	width: 800px;
	text-align: center;
		border-radius: 10px;
-moz-border-radius: 10px; /* firefox */
-webkit-border-radius: 10px; /* safari, chrome */
	margin-top: 50px;
}

h1 {
	color:#B31D8C;
}

h3 {
	color:#F26F21;
}

a, a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#B31D8C;/*VIOLA*/}

a:hover {
	color:#b1d035;
}
