/* LAYOUT */
#wrapper{
	width:977px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:977px;
	height:91px;
}

#logo{
	width:235px;
	height:91px;
	background-image:url(img/logo.png);
	margin-left:auto;
	margin-right:auto;
}

#main{
	background-color:#c6c3c3;
	background-image:url(img/wrapper.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:977px;
	min-height:196px;
	padding-top:20px;
}

#contenuti{
	height:350px;
	overflow:auto;
	width:967px;
	margin-left:10px;
}

#menu{
	width:70%;
	float:right;
	height:20px;
	color:#FFFFFF;
	text-align:right;
}

#copyright{
	width:30%;
	height:20px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
}

#footer{
	background-color:#000000;
	width:977px;
	height:20px;
	clear:both;
}

#contact {
	float:right;
	width:470px;
}

form.contacts {
	width:500px;
	float:left;
}

