@charset "utf-8";
body {
	background-image: url(../images/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c6ced6;
}
img {
	border: 0px;
}

#contenitore {
	text-decoration: none;
	width: 980px;
	height: 515px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -490px;
}
#video {
	height: 263px;
	width: 341px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: 100px;
	margin-bottom: 70px;
}
#track {
	width: 360px;
	height: 300px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 65px;
	margin-bottom: 30px;
}
.prev {
	width: 80px;
	height: 79px;
	position: relative;
	float: left;
	margin-right: 37px;
	margin-bottom: 25px;
}
.prev span {
	width: 134px;
	height: 84px;
	left: 0px;
	margin-left: -70px;
	top: -70px;
	background-image: url(../images/baloon.png);
	position: absolute;
	display: none;
}
.prev  a:hover  span {
	display: block;
}

.prev   span   p {
	color: #476698;
	font-size: 11px;
	font-family: Arial, Helvetica;
	padding: 10px;
	text-align: center;
}
