body{
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	}

#screen-splash{
	width:1200px;
	height:675px;
	margin:0 auto;
	}
	
#sfondo-pagina{
	background: url("/images/background.png") repeat-y;
	margin:0 auto;
	width:1024px;
	}
	
#contenitore{
	width:800px;
	margin:0 auto;
	padding:36px 0;}

#player{
	float:right;
	width:500px;
	padding-left:12px;
	background-color:#fff;}


#descrizione{
	float: left;
	padding:0 12px;
    width: 264px;}
	
#titolo{
    font-size: 17px;
    font-weight: bold;
	margin:0px;}
	
#titoletto{
	display:inline;
	font-weight: bold;
	margin:0px;}
	
#specifica{
	display:inline;}
	
#icons32px{
	margin:6px;}
	
div.spacer{clear:both; display:block;}

/* --- footer --- */

#footer{
    background-color: #000000;
    height: 32px;
    margin: 0 auto;
    padding: 12px 0;
    width: 826px;
	}

#footer-logoZG{
	float:left;
	width:192px;
	height:40px;
    text-align: right;}
	
#footer-scritta{
    background-color: #000000;
    color: #FFFFFF;
    float: left;
    text-align: center;
    width: 410px;
	margin:0 16px;
	}

#footer p{
	margin:0px;}
	
#footer-scritta a{
	text-decoration:none;
	color:#fff}


	
#footer-scritta a:hover{
    text-decoration: underline;}
	
#footer-logoCC{
	float:right;
	width:192px;
	height:40px;}
