@charset "utf-8";
/* CSS Document */

body{
	background:#000 url(../gr/bkg.jpg) repeat-x;
	margin:0px;
	padding:0px;
	color:#B7B7B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contenitore{
	background-color:#000;
	position:absolute;
	padding:24px;
	
	/* 604-24-24=580 */
 	height:580px;
	top:50%;
	/* 604/2 = 302 */
	margin-top:-302px;
	
	/* 918-24-24=870 */
	width:870px;
	left: 50%;
	/* 918/2 = */
	margin-left:-459px;
	}
	
#logo{
	width:210px;
	height:53px;
	float:left;
	background-image:url(../gr/logo.gif);
	background-repeat:no-repeat;
	}
#bottoni{
	float:right;
	width:250px;
	height:53px;
	background-color:#000;
	text-align:right;
	padding-right:0px;
	display:inline;
	}
#bottoni a img{
	border:none;

	}

#video{
	float:left;
	width:640px;
	height:360px;
	}
	
#frase{
	background:#000 url(../gr/frase.gif) no-repeat;
	width:220px;
	height:300px;
	float:right;
	}
	
#divlink{
	float:right;
	height:20px;
	width:220px;
	margin-top:40px;
	text-align:center;
	}
#divlink a{
	color:#B7B7B8;
	text-decoration:underline;
	}
#divlink a:hover{
	color:#FC0;
	text-decoration:underline;
	}

#fotografie{
	margin-top:28px;
	float:left;
	background: #000 url(../gr/blocco-foto.jpg) no-repeat;
	width:645px;
	height:93px;
	}
#colori{
	float:left;
	width:100%;
	height:26px;
	background-color:#000;
	margin-top:20px;
	}
	
#colori div{
	width:107px;
	height:26px;
	margin-right:1px;
	float:left;
	}
.colore1{
	background-color:#D9E450;
	}
.colore2{
	background-color:#BBB6DA;
	}
.colore3{	
	background-color:#EE6D22;
}
.colore4{
	background-color:#E63089;
}
.colore5{
	background-color:#1E9FD0;
}
.colore6{
	background-color:#A54499;
}
.colore7{
	background-color:#FFE600;
}
.colore8{
	background-color:#ED1C24;
}