html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #0b0b0b;
	background-image: url(../IMG/sfondo_pagina.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color: #ffffff;/* color: #777777; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration: none;
}
a:active {
	color:#999999;
	text-decoration: none;
}
div#container {
	text-align:left;
	width:960px;
	margin:0 auto;
}
div#header {
	padding:30px 0px 0px 0px;
	margin-bottom: 70px;
}
div#header a {
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
div#flash {
	height:230px;
	width:960px;
	margin-bottom:30px;
}
div#content {
	float:left;
	width:680px;
	padding-right: 30px;
	padding-bottom: 50px;
	line-height: 20px;
}
div#content_home {
	float:left;
	width:920px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 50px;
}
div#navigation {
	float:right;
	width:250px;
	font-size:11px;
}
div#gmap {
	width:680px;
	height:380px;
	background-color:#000000
}
div#footer{
	color: #666666; /* color: #333333; */
	clear:both;
	width:960px;
	font-size:11px;
	background-image:url(../IMG/divisorio_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding: 15px 0px 20px 0px;
}
