body {
	font-size: 62.5%;
	background-color: #000;
}
#contenitore {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
}
.logo {
	padding-top: 14px;
	padding-left: 30px;
	float: left;
}
#testata {
	font-family: Tahoma, Geneva, sans-serif;
	height: 165px;
	background-image: url(../images/testataok.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 7px;
}
#box {
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #101010;
	border: 1px solid #666;
	margin-top: 20px;
	padding: 30px;
	margin-left: 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #999;
		}
#barra_nav {
	height: 30px;
	width: 940px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	line-height: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #CCC;
	height: 20px;
	text-align: center;
	margin-top: 20px;
	padding: 0px;
}
#barra_nav a:link, a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	text-decoration: none;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 18px;
	padding-left: 18px;
}
#barra_nav a:hover, a:active {
	font-family: Tahoma, Geneva, sans-serif;
	color: #900;
	text-decoration: none;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 18px;
	padding-left: 18px;
}
#contenuto a {
	text-decoration: none;
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}
#contenuto a:link {
	text-decoration: none;
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}
#contenuto a:hover {
	color: #666;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}
#contenuto a:visited {
	text-decoration: none;
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
}
#link a:link {
	color: #CCC;
	text-decoration: none;
	line-height: 20px;
}
#link a:hover {
	color: #900;
	text-decoration: none;
	line-height: 20px;
}
#link a:visited {
	line-height: 20px;
	color: #CCC;
	text-decoration: none;
}

