/* CSS Document */* { 	margin: 0;	padding: 0;	}	body {	background-color: white;	background-image: url(../img/sfondo.gif);	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 10px;	}.img {	display: block;	}	select {	height: 18px;	}/**STRUTTURA**/.container {	width: 839px;	background-color: white;	margin-right: auto;	margin-left: auto;	}	.container_2 {float: left;	width: 839px;	background-color: white;	}	.centro {	width: 763px;	padding: 0 38px 0 38px;	}	.centro_2 {	position: relative;	float: left;	width: 763px;	padding: 25px 0 25px 0;	}	/**HEADER**/.nav {	width: 763px;	float: left;	border-bottom: solid 1px #CCCCCC;	}	.tasto {	 float: left;	 width: auto;	 padding-right: 45px;	 }	 .tasto a {	display: block;	border-bottom: solid 5px white;	}	.tasto a:hover {	display: block;	border-bottom: solid 5px #00A1C6;	}.logo {	float: left;	padding-right: 14px;	}		 .selezionata {	border-bottom: solid 5px #00A1C6;	}	.selezionata_nera {	border-bottom: solid 5px black;	}	.cresciuti {	float: right;	width: auto;	}.cresciuti a {	display: block;	border-bottom: solid 5px white;	}	.cresciuti a:hover {	display: block;	border-bottom: solid 5px black;	}/**FOOTER**/	.footer {	width: 763px;	position: relative;	float: left;	border-top: solid 1px #CCCCCC;	padding-bottom: 30px;	}	.bottom_tasto {	 float: left;	 width: auto;	 padding-right: 17px;	 }	 .bottom_tasto a {	display: block;	border-top: solid 5px white;	}	.bottom_tasto a:hover {	display: block;	border-top: solid 5px #00A1C6;	}.bottom_selezionata {	border-top: solid 5px #00A1C6;	}		.copyright {	position: absolute; right: 0; top: 0;	padding-top: 5px;	width: auto;	color: #999999;	}		/**** HOME *****/.foto_home {	position: relative;	float: left;	width: 763px;	height: 442px;	padding: 5px 0 5px 0;	background-image:url(../img/sfondo_home_chiusura.jpg);	background-repeat: no-repeat;	background-position: 0 5px;	}	.form_home {	position: absolute; right: 37px; bottom: 0;	padding-bottom: 20px;	width: 172px;	color: black;	}	.spot_home {	position:absolute; left: 547px; top: 237px;	width: 132px;	height: 132px;	}	.flash_home {	position: absolute; left: 26px; top: 75px;	width: 455px;	height: 295px;	}		.testo_home {	position: absolute; right: 33px; top: 30px;	width: 176px;	height: 144px;	}	.wrap_input {	float: left;	width: 160px;	padding-top: 7px;	}	.register_wrap {	float: left;	width: 160px;	padding-top: 15px;	}	.form_home a {	color: black;	text-decoration: none;	}	.form_home_input {	width: 120px;	height: 15px;	font-size: 9px;	color: black;	border: solid 1px #CCCCCC;}
