/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background-color: #810000;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	margin:0;
}

a { color:#FFFFFF; text-decoration:underline; font-weight:bold;}

img { border:0; }

#content {
	background-image: url(bg_div_content.jpg);
	width: 700px;
	height: 508px;
	left: 50%;
	margin-left: -350px;
	position:absolute;
}
#ColSx {
	margin-top: 80px;
	margin-left: 18px;
	width: 300px;
	height: 366px;
	overflow: hidden;
	/*border: 1px solid red;*/
		float:left;
	position:relative;
}
#player {
	margin:0;
	padding: 0;
}
#ColDx {
	color:#fff;
	margin-top: 80px;
	width:350px;
	height: 368px;
	overflow: hidden;/*border: 1px solid black;*/
	   }
#gallery {
	margin-left: 18px;
	margin-top:3px;
}

#autori { font-size:10px;}

.testoBig {
	font-size: 22px;
	text-align:center;
}
.galleryImg {
	border:1px solid red;
	margin-right: 5px;
}

#footer{ margin-top: 8px; text-align:center; color:#FFFFFF; font-size:11px}
