@charset "utf-8";
body {
	margin:0px;
	background-color:#010101;
	background-image: url(images/bg1.jpg);
	background-position:left top;
}
.centrato {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
border:0px;	
}
#centrale {
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	-webkit-box-shadow: 0px 0px 17px 0px rgba(48, 50, 50, 1);
-moz-box-shadow:    0px 0px 17px 0px rgba(48, 50, 50, 1);
box-shadow:         0px 0px 17px 0px rgba(48, 50, 50, 1);
}
#player {
	position:relative;
	top:700px;
	left:100px;
	width:300px;
	height:90px;
}
#bio {
	position:relative;
	top:600px;
	left:800px;
	width:300px;
	height:90px;
}
#social {
	position:relative;
	top:600px;
	left:100px;
	width:300px;
	height:90px;
}
#latest {
	position:relative;
	top:560px;
	left:800px;
	width:300px;
	height:90px;
}
#shoting {
	position:relative;
	top:560px;
	left:300px;
	width:300px;
	height:90px;
}
/* CSS Accettazione Cookie */
 div#cookieChoiceInfo {
 background-color: #000000 !important;
 background: rgba(0, 0, 0, 0.8);  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)"; 
 opacity:0.7;
 filter:alpha(opacity=80);
 color:white;
 font-weight:bold;
 font-size:14px;
 font-family: Georgia;
 height:30px;
 }
 #cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
 color: red;
 text-align:center;
 padding:3px 12px;
 text-decoration:none;
 border-radius:8px;
 font-family:Georgia;
 font-size:14px;
font-weight:bold;}
 #cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
 color:red;
 text-decoration:none;
 position: relative;
top:1px;left:1px;
 }