@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000033;
	text-align: center;
	margin: 20px;
}
#contenitore {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: right;
	height: 700px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
a:active { color: #FFFFFF; 
}
#banner {
	position: absolute;
	height: 250px;
	width: 400px;
	left: 20px;
	top: 20px;
	border: 1px solid #53471D;
}
.contenuto { width: 798px; margin-top: 15px; margin-right: auto; margin-bottom: auto; margin-left: auto; }
.gallery div {
	margin-bottom: 10px;
	height: 70px;
}
.right  {
	width: 150px;
	float: right;
	height: 50px;
	padding-top: 20px;
}
.left {
	width: 241px;
	float: left;
}

