body.home #page {
	height: 100%;
}

.home #bgvideo_wrapper {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}


.home #footer {
	background: none;
	margin-top: -100px;
	position: absolute;
	text-align: center;
	top: 0%;
	width: 100%;
	z-index: 200;
}

.home #menu li a {
	margin: 0 17px;
	font-family: HelveticaNeueBdCn;
	font-size: 18px;
	text-decoration: none;
}

.home #menu li a span {
	display: block;
	padding: 3px 8px;
}

.home #menu li a:hover span {
	background: #000;
	border: none;
	padding: 3px 8px;
}

#black {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 14;
}

#circles {
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 50;
}

#circles img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.home #trame {
	background: url(../images/trame.png);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}