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


/*REGOLE GENERALI*/

* { 
   margin:0;
   padding:0;
}

body {
	background-color: #FFF;
	background-image: url(../grafica/index_prov.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #EC008D;
}
a:active {
	text-decoration: none;
	color: #EC008D;
}

img {
	border: 0px none;
}

/*REGOLE DIV*/

.clear-both {
	clear:both;
	height:0px;
	line-height:0px;
}

/****************LAYOU**************T*/

/*WRAPPER*/

/*WRAPPER*/

#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
}

/*INDEX PROVVISORIO*/

#index_prov {
	padding-top:400px;
	padding-bottom:30px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

