body {	margin: 0;	padding: 0;	text-align: center;
	background: #ffffff url(../images/sfondo.jpg) repeat-x center bottom;
	width: 100%;
	height: 100%;
}/* Dichiarazioni Generiche */body, div, span, p, table, tr, th, td, input, select, textarea, label, ul, ol, li, h1, h2, h3, h4, h5, h6 {	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	font-size: 10px;}ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote {	margin: 0pt;	padding: 0pt;}input.click, label.click {	cursor: pointer;}img {	border: 0px none;	margin: 0px;	padding: 0px;}li {	margin-left: 25px;}p {	margin-top: 15px;}/* Dichiarazioni Links */a {	border: 0px none;	margin: 0px;	padding: 0px;	text-decoration: none;}a img, *:link img, *:visited img {	border: medium none;}a, a:link, a:active, a:visited {	color: #af0091;	text-decoration: none;}a:hover {	text-decoration: underline;}/* Classi personalizzate *//* DIV personalizzati */

#content {
	height:200px;
	width:500px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-100px;
	position:absolute;
}

#text {
	width: 500px;
	text-align: center;
}