html,body{
  margin:0;
  padding:0;
  border:none;
}
/*div.artisti{position:absolute; top:100px; left:100px;}*/
table.art{
	width:100%;
}
#homepage{position:absolute; top:100px; left:450px;}
#mp3player{position:absolute; top:500px; left:20px;}

#prev{position:absolute; top:30px; left:600px;}
#next{position:absolute; top:30px; left:760px;}

#img1{
	position:absolute;
	top:150px;
	left:706px;
}
#img2{position:absolute; top:380px; left:760px;} 
#img3{position:absolute; top:100px; left:1400px;}
#img4{position:absolute; top:360px; left:1430px;}

table.listaartisti{
	position:relative;
		left:800px;
		top:200px;
}

#main{position:absolute; top:220px; left:10px; width:800px;}
div.float{
	float:left;
	}
div.padding{
	padding:20px;
	}
/*Nuova grafica*/
div.bandatop{
	background:url(images/bandatop.jpg) no-repeat;
	width:1002px;
	height:82px;
}
td.bandatop{
	background:#F0F0F0 url(images/bandatop.jpg) no-repeat;
}
div.bandasinistra{
	background:url(images/bandasinistra.jpg) no-repeat;
	width:63px;
	height:561px;
}
td.bandasinistra{
	width:63px;
	padding:0;
	margin:0;
	border:none;
}
.titolo{
	background:url(images/titolo.jpg) no-repeat;
	width:100%;
	height:159px;
	margin:0px;
}
div.conf{
	margin:0px;
	padding: 20px 10px 0px 0px;
	color:#060;
}

div.sottotitolo{
	background:url(images/sottotitolo.jpg) no-repeat;
	width:343px;
	height:100px;
	margin:0px 0 0 65px;
}
td#genere{
	background:#CCCCCC url(images/sfondogeneri.jpg) no-repeat left top;
	margin:0;
	padding:0;
}
div#content{
	margin:0 auto;
	width:1280px;
	max-width:1280px;
	background-repeat:no-repeat;
}
.hidden{
	display:none;
}
.overflow{
	width:400px;
	height:230px;
	overflow:hidden;	
}

div.profilo{
	position:absolute;
	top:190px;
	left:550px;
}
a.profilo, a.profilo:visited{
	color:#FF0000;
	text-decoration:none;
}
a.profilo:hover{
	color:#FF9900;
}