body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-image:url(../images/bg_welcome.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	
}

#container {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
#center {
	width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
}
#flash {
	width:980px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;

}
#indirizzo {
	width:980px;
	color:#CCCCCC;
	line-height:19px;

}
#indirizzo a {
	color:#FFCC00;
}
#indirizzo a:Hover {
	color:#FFFFFF;
}

