* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background-color: white;
	color: #000;
}
a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
}
input {
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height:0;
	background: transparent;
}


/* Middle
-----------------------------------------------------------------------------*/
#content { left: 50%;  margin-left: -480px;  margin-top: -250px;  position: absolute;  top: 50%;  width: 1000px;}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: transparent;
	position: relative;
	color: #000;;
	font-size: 15px;
	line-height: 15px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#intestazione {
	padding-top: 30px;
}
#menu {
	font-size: 2vw;
	line-height: 1.5vw;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff!important;
	position: absolute;
	left: 40px;
	top: 40px;

}

@media (max-width: 450px) {
	#menu {
		font-size: 4vw;
		line-height: 0.5vw;
	}
}

#menu_list li {
	list-style: none;
	padding-top: 30px;
}
#menu_list li a {background-color: transparent;	color:#fff!important;  }

#tcbf {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}

ul.sub-menu {opacity: 0;position: absolute;}
li#target:hover .sub-menu {opacity: 1 !important;}