* {
	margin: 0px;
}
html {
	height: 100%;
}
body {
	background: #ffffff url(images/background.png);
	background-repeat: repeat;
	text-align:center;			/* usato x IE 6 */
}
#central {
	margin: 0 auto 0 auto;
	width: 760px;
	background-color: #ffffff;
}
#central h1 {
	font-family: arial, sans-serif;
	color: #666666;
	font-size: 1.2em;
	text-align: justify;
	margin: 10px;
}
#central p {
	font-family: arial, sans-serif;
	color: #666666;
	margin: 10px;
}
.norm {
	font-size: 0.8em;
	text-align: justify;
}
.cent {
	font-size: 0.8em;
	text-align: center;
}
.red {
	color: red;
	font-size: 0.8em;
	text-align: center;
}
.link {
	font-size: 0.6em;
	text-align: center;
}
img
{
	border: 0;
}
