@charset "UTF-8";
/* CSS Document */

#fondo {
	background-image: url(image/background.jpg);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 850px;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: opx;
	left: 0px;
	top: 0px;
	right: 0px;
	color: #CCC;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#fondo #videoBox {
	float: right;
	height: 566px;
	width: 609px;
	background-image: url(image/boxvideo.png);
	position: relative;
}
#fondo #botoni {
	float: left;
	width: 522px;
}
#fondo #videoBox #video {
	margin-left: 95px;
	margin-top: 35px;
}
#chiusura {
	background-image: url(image/chiusura.png);
	background-repeat: no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	position: relative;
}
#text {
	float: right;
	width: 400px;
	margin-right: 35px;
	text-align: justify;
}
.footer {
	text-align: center;
}
.hometext {
	font-family: 'Rye', cursive;
	font-size: 24px;
	color: #999;
}
.homepiccolo {
	font-size: 16px;
	font-family: Rye, cursive;
}
