body {
	background-color: #c0c0c1;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Georgia", Times, serif;
}

img{
	border: none;
}

a{
	outline: none;
}

#container{
	position: absolute;
	padding: 0;
	width: 800px;
	height: 600px;
	background: #c0c0c1 url(splash.jpg) no-repeat center top;
	margin-top: -300px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
}

h1, h2{
	display: none;
}

p.paragrafo {
	position: absolute;
	display: block;
	font-size: 14px;
	line-height: 22px;
	top: 285px;
	left:260px;
	width: 280px;
	height: 226px;
}


p.link a{	
	position: absolute;
	display: block;
	background-color: transparent;
	width: 160px;
	height: 20px;
	top: 530px;
	left:320px;
	padding: 5px 0px 5px 0px;
}

.link span{	
	display: none;
}


div.contenuti {
	position: absolute;
	display: block;
	font-size: 14px;
	line-height: 22px;
	top: 235px;
	left:200px;
	width: 400px;
	height: 270px;
}

div.contenuti img{
	margin: 0px 2px;
}

a img{
	border: 5px solid #fff;
}

a:hover img{
	border: 5px solid #fed525;
}

div.stats{
	position: absolute;
	bottom: 0;
	left: 286px;
}

/*posizione lettore mp3 in index*/

div#sound{
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	margin: 7px 0px 0px -100px;
	padding: 0px;
	z-index: 10;
}

div#sound p{
	margin: 0;
	padding: 0;
}