html { 
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
}
/*
	@media (max-width: 1000px) {
	  body { font-size: 1.3em; }
	}
	@media (max-width: 500px) {
	  body { font-size: 1.1; }
	}
*/
#main {
	width: 100%;
	height: 100%;
	background: url(images/bk1.jpg) no-repeat center center ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#menubk {
	height: 100%;
	float: right;
	width: 20%;
	background: url(images/menubk.png) no-repeat center center; 
}
div .menu-item {
	margin: 5% auto 0;
	height: 22%;
	width: 100%;
	background-color: #159;
}

#home {
	width: 80%;
	margin: auto;
	background: url(images/logo.png) no-repeat center center; 	
	background-size: contain;
}

#ciclo {
	width: 80%;
	
	background: url(images/ciclo.png) no-repeat center center; 	
	background-size: contain;
}
#ciclo:hover {	background: url(images/cicloh.png) no-repeat center center; background-size: contain;}

#prodotti {
	width: 80%;

	background: url(images/prodotti.png) no-repeat center center; 	
	background-size: contain;
}
#prodotti:hover {	background: url(images/prodottih.png) no-repeat center center; background-size: contain;}

#contatti {
	width: 80%;
	
	background: url(images/contatti.png) no-repeat center center; 	
	background-size: contain;
}
#contatti:hover {	background: url(images/contattih.png) no-repeat center center; background-size: contain;}

#content {
	width: 80%;
	height: 100%;
	/*background-color: #123456;*/
	float: left;
	/*opacity: 0.4;*/
}
#logo {
	color: #161301;
}
#logo img {
	/*display: block;*/
	margin: 8% auto 3% auto;
}
#contenitore{
	font-size: 0.9em;
	width: 80%;
	min-height: 30%;
	margin: auto;
}
#presentazione {
	float: left;
	background-color: #D9D9D9;
	width:45%;
	height:100%;
	opacity: 0.4;
	padding: 2%;
	text-align: justify;
    text-justify: inter-word;
}

#video {
	float: right;
		/*background-color: #D9D9D9;*/
	width:45%;
	height:100%;
	background-color: rgba(200,200,200,0.7);
	padding: 2%;
	opacity: 0.8;
}
#footer {
	position: absolute;
	float: left;
	bottom: 10px;
	color: #EEEEEE;
	text-shadow: 1px 1px 1px #000000;
}

a {
	text-decoration: none;
	color: #D9D9D9;
	font-weight: bold;
	
}