body{
	background: url(../images/bg.jpg) repeat;
	margin: 0 auto;
}

/* blocchi generali */

#container{
	width: 900px;
	margin: 0px auto;
}

#header{
	width: 900px;
	height: 173px;
	background: url('../images/header.png');
	position: relative;
}

#content_home{
	width: 900px;
	height: 636px;
	background: url('../images/coconutz.png');
}

#content_band{
	width: 900px;
	height: 568px;
	background: url('../images/interno_band.png');
}

#content_bio{
	width: 900px;
	height: 568px;
	background: url('../images/interno_bio.png');
}

#content_disco{
	width: 900px;
	height: 568px;
	background: url('../images/interno_disco.png');
}

#content_download{
	width: 900px;
	height: 568px;
	background: url('../images/interno_download.png');
}

#content_news{
	width: 900px;
	height: 568px;
	background: url('../images/interno_news.png');
}

#content_contatti{
	width: 900px;
	height: 568px;
	background: url('../images/interno_contatti.png');
}

#testo{
	padding-top:  45px;
	padding-left:  25px;
	width: 500px;
	height: 480px;
	text-align: left;
}

#testo2{
	padding-top:  45px;
	padding-left:  25px;
	width: 450px;
	height: 480px;
	text-align: left;
}

#testo3{
	padding-top:  45px;
	padding-left:  25px;
	width: 650px;
	height: 480px;
	text-align: left;
}

#testo4{
	padding-top:  45px;
	padding-left:  25px;
	width: 400px;
	height: 480px;
	text-align: left;
}

#testo5{
	padding-top:  45px;
	padding-left:  25px;
	width: 700px;
	height: 480px;
	text-align: left;
}


.notizia{
	background: url('../images/foglietto.png') no-repeat;
	width: 450px;
	padding: 20px;
}

.blocchetto{
	background: url('../images/blocchetto.png') no-repeat;
	width: 180px;
	height: 200px;
	padding: 10px;
	margin-right: 30px;
	float: left;
}

#scheda{
	padding-top:  45px;
	width: 400px;
	height: 480px;
	text-align: left;
	float: left;
}

#foto{
	width: 220px;
	height: 273px;
	padding-top: 45px;
	padding-left: 25px;
	float: left;
}

#fotoslide{
	width: 220px;
	height: 273px;
	float: left;
	margin: 0;
    padding: 0px 0px 0px 0px;
}

#fotoslide img {  
    padding: 0px;
    width:  200px; 
    height: 273px; 
    top:  0; 
    left: 0;        
}

#fotoslide2{
	width: 220px;
	height: 273px;
	float: left;
}

#fotoslide3{
	width: 220px;
	height: 273px;
	float: left;
	clear:right;
}

#footer{
	width: 900px;
	height: 189px;
	background: url('../images/footer.png');
}

#footer_in{
	width: 900px;
	height: 149px;
	background: url('../images/footer_int.png');
}


/* menu */

#menu{position: relative; top: 100px; left: 300px; height: 41px; width: 700px;}

#home{background: url('../images/1home.png') 0 -41px; width: 58px;	height: 41px; float: left;}
#home:hover{background: url('../images/1home.png');}

#band{background: url('../images/2band.png') 0 -41px; width: 80px; height: 41px; float: left;}
#band:hover{background: url('../images/2band.png');}

#biografia{background: url('../images/3biografia.png') 0 -41px; width: 92px; height: 41px;	float: left;}
#biografia:hover{background: url('../images/3biografia.png');}

#discografia{background: url('../images/4discografia.png') 0 -41px; width: 105px; height: 41px; float: left;}
#discografia:hover{background: url('../images/4discografia.png');}

#download{background: url('../images/5download.png') 0 -41px; width: 97px; height: 41px; float: left;}
#download:hover{background: url('../images/5download.png');}

#news{background: url('../images/6news.png') 0 -41px; width: 58px;	height: 41px; float: left;}
#news:hover{background: url('../images/6news.png');}

#contatti{background: url('../images/7contatti.png') 0 -41px; width: 88px;	height: 41px; float: left;}
#contatti:hover{background: url('../images/7contatti.png');}


/* contenuti */

h3{color: #000; font: bold 1.2em Helvetica, Arial, Geneva, sans-serif; letter-spacing: -0.02em;}

img{border: 0px solid #e5cb94;}

.testo{color: #260d06; font: 0.8em/1.2em Helvetica, Arial, Geneva, sans-serif;}
.testo a, .testo a:active, .testo a:visited{color: #ac2641; text-decoration: none;}

.testo_float{color: #260d06; font: 0.8em/1.2em Helvetica, Arial, Geneva, sans-serif; float: left;}
.testo_float a, .testo_float a:active, .testo_float a:visited{color: #ac2641; text-decoration: none;}

.blocchetto a, .blocchetto a:active, .blocchetto a:visited{color: #612006; text-decoration: none;}

.highlight{color: #260d06; font: 0.8em/1.2em Helvetica, Arial, Geneva, sans-serif;}

#titolo_float{margin-top: 20px; color: #000; font: bold 1.2em Helvetica, Arial, Geneva, sans-serif; letter-spacing: -0.02em; float: left;}
#testofooter{color: white; font: 0.7em/1.1em Helvetica, Arial, Geneva, sans-serif;}

#pager{padding-top: 40px; padding-left: 30px; color: #d1c7b1; font: 0.8em/1.2em Helvetica, Arial, Geneva, sans-serif;}
#pager a, #pager a:active, #pager a:visited{color: #c5b186; text-decoration: none;}
#pager a:hover{color: #d5ae5b; text-decoration: none;}

#avviso{visibility: hidden; width:0px; height:0px; text-indent: -5000px;}


