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

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#0b0d0e;
	background-image:url(immagini/bg-body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#centerdiv {
    width:100%;
    margin:0;
    padding:0;
    border:0;
    text-align:center;
}

#container-home {
	width:1000px;
	height:593px;
	margin:0 auto;
	padding:0px;
	background-image:url(immagini/logo-home.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#main {
	width:100%;
	height:593px;
	background-image:url(immagini/logo-home.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
}
#top{
	width:100%;
	height:300px;
}
#container {
	width:1000px;
	margin:0 auto;
	padding:0px;
}

#footer {
	margin-right:50px;
	color:#FFFFFF;
	text-align:right;
	font-size:13px;
}					


#logosx {
		width:318px;
		float:left;
		margin:0px;
}


#mappa {
		width:659px;
		float:right;
		color:#000000;
		font-size:11px;
		text-align:left;
		margin:0px;
		padding-top:15px;
}


#mappa a{
		color:#000000;
		text-decoration:none;
}

#mappa a:hover {
		color:#616364;
}


#foto {
	width:640px;
	height:135px;
	background-image:url(immagini/bg-foto.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}


#griglia img{
	border:0;
}
#griglia a{
	display:block;
	float:left;
	margin:4px;
}

.hosted {
	font-size:10px;
} 

.hosted a{
	color:#FFFFFF;
	text-decoration:none;
} 

.hosted a:hover{
	color:#000000;
} 