body {
	background: #111111;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position:top center; 
}
a:link, a:visited {
	font-family: Tahoma;
	color: #88b0ff;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	color: #FFFF33;
}


.menu {
	padding-top: 4px;
	padding-bottom:4px;
	padding-right:8px;
	text-align:right;
}

/*TITOLI*/
.h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF33;
	padding-top: 4px;
	padding-bottom: 4px;
}

.h1 a, .h1 a:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
.h1 a:hover {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.navtab {
	height: auto;
	padding: 10px;
}
.h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #6699FF;
}
.h4  {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.h5  {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

/*ALTRO*/
.linea {
	border-bottom: 2px solid #999999;
}

/*STILE TITOLI SEZIONI*/
.titolo1 {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #FFFF33;
	padding-top: 2px;
	padding-bottom:2px;
	background: #222222;
	text-align: center;
}
.titolo2 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #F8AE6B;
	text-align: center;
}
.titolo2 a, .titolo2 a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F8AE6B;
	text-decoration:none;
}
.titolo2 a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	text-decoration:none;
}
.titolo3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-bottom:6px;
}

/*TESTO*/
.testo1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F8AE6B;
}
.testo3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 8px;
}
.testo4 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F8AE6B;
}
.testo5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC99FF;
}
.testo6 {
	font-family: Tahoma;
	font-weight: bold;
	color: #CC99FF;
}

/*STILI TABELLE DISCOGRAFIA*/
.discopic {
	width:55px;
	vertical-align:top;
	text-align:left;
}
.discodesc {
	vertical-align:top;
	text-align:justify;
	padding:0 20px 20px 20px;
}
.special {
	background-color:#222222;
	overflow: auto;
	padding: 10px;
	height: 300px;
	border: 1px solid #222222;
}

.social {
	background-color: #222;
	position: fixed;
	width: 55px;
	height:auto;
	top: 8px;
	left: 50%;
	margin-left:-470px;
	padding-top: 5px;
}

.twitter {
	background-color: transparent;
	position: absolute;
	left: 50%;
	margin-left:-380px;
	width: 230px;
	z-index:10;
}

