@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/background/bg_body.png);
	background-repeat:repeat-x;
	background-position:top;
}
#Contenitore {
	margin-right: auto;
	margin-left: auto;
	height: 806px;
	width: 800px;
}
#Tasto_Nuove {
	float: left;
	height: 50px;
	width: 150px;
}
#Tasto_Usate {
	float: left;
	height: 50px;
	width: 150px;
}
#Contatti {
	float: left;
	height: 50px;
	width: 150px;
}


#Logo {
	float: left;
	height: 325px;
	width: 325px;
	padding-top: 25px;
	padding-left: 25px;
}
#Slide_Home {
	float: left;
	height: 430px;
	width: 550px;
	padding-left: 10px;
}
#Testo_Home {
	float: left;
	height: 430px;
	width: 230px;
	padding-right: 10px;
}

#Proprietario {
	height: 25px;
	width: 800px;
	float: left;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
}
#Contenitore #Tasto_Nuove p {
	font-family: "Century Gothic";
	color: #ACAFAE;
	text-align: center;
}
#Contenitore #Tasto_Usate p {
	font-family: "Century Gothic";
	color: #ADAFAE;
	text-align: center;
}
#Contenitore #Contatti p {
	font-family: "Century Gothic";
	color: #ACAFAE;
	text-align: center;
}

#News {
	float: left;
	height: 300px;
	width: 425px;
	padding-left: 25px;
}

