body {
	background-color: #000;
	margin: 0px;
}

#main {
	width: 766px;
	height: 600px;
	padding: 0px;
	position: absolute;
	left: 50%;
	margin-left: -388px;
	top: 50%;
	margin-top: -300px;
}

#main img.home {
	margin: 0px;
	border: 0px;
	cursor: pointer;
}

#homeMenu {
	position: absolute;
	z-index: 50;
	width: 400px;
	height: 300px;
	top: 150px;
	left: 188px;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}

#homeMenu ul {
	margin: 0px;
	padding: 60px 0px 0px 0px;
	width: auto;
	height: 300px;
}

#homeMenu ul li {
	margin: 0px;
	list-style-type: none;
	color: red;
	height: 60px;
	width: auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
}

#main div.top {
	width: 766px;
	height: 153px;
	margin: 0px;
	padding: 0px;
}

#main div.left {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#main img {
	border: 0px;
}

#main div.center {
	width: 549px;
	height: 403px;
	position: absolute;
	top: 151px;
	left: 190px;
	background-color: #0d0d0d;
	font-family: "Bradley Hand ITC TT", "Helvetica", "Arial";
	font-size: 22px;
	color: #fff;
	padding: 10px;
}

div.sign {
	width: 100%;
	text-align: right;
	font-size: 16px;
}

#main div.center a {
	color: #fff;
	text-decoration: none;
}

#main div.center a:hover {
	color: #0024ff;
}

#scrollLeft {
	width: 539px;
	height: 60px;
	overflow: hidden;
	border: 2px solid white;
	padding: 0px;
	clear:both;
	margin: 10px 0px 0px 0px;
}

#scrollLeft img {
	height: 60px;
	margin: 0px;
	border: 0px;
	clear:both;
}

div.copy {
	font: 8px "Verdana", "Helvetica", "Arial";
	color: #333;
	width: auto;
	text-align: center;
}

#main div.fotoMenu {
	width: auto;
	position: absolute;
	top: 115px;
	left: 190px;
}

#contatti div.testo{
	color: #fff;
	font-size: 18px;
}

#contatti div.testo>span {
	font-size: 12px;
}

#contatti div.errore{
	color: red;
}

#contatti div.input {
	width: 350px;
}

#contatti div.input input {
	width: 99%;
}

#contatti div.input textarea {
	width: 100%;
	height: 80px;
}

#contatti div.captcha 						{ width: 340px; height: 50px; background-color: rgb(195,200,214); color: #000; padding: 5px; overflow: hidden; margin-bottom: 3px; }
#contatti div.captcha>img					{ float: left; }
#contatti div.captcha>input.captchainput	{ float: right; width: 150px; height: 45px; font-size: 40px; text-transform: uppercase; color: #000; border: 1px dotted #000; }

#contatti div.submit input {
	width: 120px;
	height: 30px;
}

div.testoErrore {
	font-size: 14px;
	color: red;
	width: 100%;
	text-align: center;
	background-color: #000;
}

div.attesa {
	font-size: 26px;
	text-align: center;
	width: auto;
	margin-top: 150px;
	margin-bottom: 150px;
}
