body {
	color: gray;
	background: black;
	font-family: sans-serif;
	font-size: 11px;
}

h1 {
	margin: 0;
	font-size: 100px;
	line-height: 80px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	border-left: 260px solid gray;
}

h2 {
	font-size: 11px;
	color: lightgray;
	border-left: 260px solid white;
}

h3 {
	font-size: 18px;
	color: lightgray;
}

.mini {
	color: lightgray;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
}


a:link {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

a:visited {
	text-decoration: none;
	color: #444;
}

a:hover {
	
}

.delicious-posts {}
.delicious-posts ul, .delicious-posts li, .delicious-banner {margin-right: 20px; padding-bottom: 20px;}
.delicious-post {}
.delicious-odd {}
.delicious-banner a {}
.delicious-posts a:hover { }
.delicious-posts a { color: steelblue; font-weight: bold; text-decoration: none; display: block;}
.delicious-post a {}


div {
	
}

.centro {
	margin-top: 300px;
}

#pagina {
	width: 980px;
	margin: 0 0 0 20px;
}

#sopra {
	text-align: left;
	font-size: 9px;
}

#intestazione {
	background-color: gray;
}

#contenitore {
	
}

#sinistra {
	float: left;
	width: 240px;
	background-color: LightGray;
}

#centro {
	float:left;
	width: 550px;
	height: 1600px;
}

#destra {
	float:right;
	width: 180px;
}

#sotto {
	clear: both;
	text-align: left;
}

#piede {
	text-align: center;
	font-size: 9px;	
}

#chisiamo {
	margin-bottom: 20px;
	background-color: #eee;
}

#contatti {
	margin-bottom: 20px;
	background-color: #eee;
}

.link {
	color: steelblue;
}

.simbolo {
	color: steelblue;
	font-size: 140px;
	margin-top: 80px;
}


