/* CSS Document */
/* CSS Style Page */

body {
	margin: 0px;
	padding:0px; 
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	color:#333;
	background-color:#F2F2F2;
}

a { 
	color:#C30;
	text-decoration:none; 
}
a:hover { 
	color:#C30;
	text-decoration:underline;
}
a:visited { 
	color:#C30;
	text-decoration:underline;
}

#laySplash{
	position:absolute;
	width:1000px;
	height:400px;
	top:20px;
	margin-top: 0px;
	left:50%;
	margin-left:-500px;
	padding:0;
	vertical-align: top;
	text-align:center;
}
.cssIndirizziHome {
	padding:12px;
	color:#666;
}
.cssSediHome {
	color:#C90;
}