#contenitore
{
	position:relative;
	width:100%;
	margin-top:20px;
}

#logo
{
	position:relative;
	width:900px;
	height:35px;
	left:20px;
}

#header
{
	position:relative;
	width:900px;
	left:20px;
	margin-top:20px;
}

	#headerReleases
	{
		position:relative;
		width:300px;
	}

	#headerArtists
	{
		position:absolute;
		left:300px;
		width:300px;
	}
	
	#headerAbout
	{
		position:absolute;
		left:600px;
		width:300px;
	}
	
	.descrittoreLink
	{
		position:absolute;
		left:80px;
		height:20px;
		width:180px;
		line-height:100%;
		margin-left:10px;
	}
	
	.headerLink
	{
		line-height:100%;
	}

#colonnaMaster
{
	position:relative;
	left:20px;
	width:580px;
}
	#colonnaMasterRelease
	{
		position:relative;
	}
		
		.etichettaTitolo
		{
			position:absolute;
			top:20px;
			padding:0 10px 0 10px;
		}
		
		.etichettaSottotitolo
		{
			position:absolute;
			top:50px;
			padding:0 10px 0 10px;
		}
	
		#coverCentrale
		{
			margin-left:15px;
			margin-right:15px;
		}
		
		#releaseSx
		{
			position:absolute;
			left:390px;
		}
		
		#releaseCentro
		{
			position:absolute;
			left:195px;
		}
		
		#releaseDx
		{
			position:relative;
			width:180px;
		}
	
	#colonnaMasterSx
	{
		position:absolute;
		width:270px;
	}	
	
	#colonnaMasterDx
	{
		position:relative;
		left:310px;
		width:270px;
	}	

.spaziatore
{
	width:100%;
	height:20px;
}

#colonnaLato
{
	position:absolute;
	left:620px;
	width:300px;
}

	#colonnaLato #consiglio
	{
		margin-left:20px;
	}

#footer
{
	left:20px;
	position:relative;
	width:900px;
}

	#cellaSx
	{
		position:relative;
		width:150px;
	}
	
	#cellaCentro
	{
		position:absolute;
		width:200px;
		left:250px;
	}
	
	#cellaDx
	{
		position:absolute;
		width:150px;
		left:550px;
	}
