@charset "utf-8";
body, html {
	height: 100%;
	margin: 0;
	background-color: #333333;
	background-image: url(../img/sfondo.jpg);
	background-position: center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.tabella {
	height: 100%;
	text-align:center;
}
#filmato {
	width: 960px;
	height: 400px;
	border: 2px solid #333333;
	margin: auto;
	position: relative;
}
.crediti {
	width: 960px;
	text-align: right;
	margin: auto;
	position: relative;
}
.crediti a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.crediti a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.crediti a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
