body,html{
	width: 100%;
	margin:0;
	padding:0;
	background: #fff; 
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	height: 100%;
	text-align: justify;
}
img {border:0;}
a {text-decoration:none;}
h1 {
	margin: 0 0 10px 0;
	padding:0; 
	font-family: 'helvetica-neue';
	font-weight: normal;
	font-size: 18px;
	color: #bf2026;
}
h2 {
	margin: 0;
	padding-left: 10px;
	font-family: 'helvetica-neue';
	font-weight: bold;
	font-size: 11px;
	color: #a00;
}
.cleaner {clear:both;}
.hidden {display:none; height:0; border:none; background:none; line-height:0;}
@font-face {
	font-family: 'helvetica-neue';
	src: url('../font/helvetica-neue.eot');
	src: url('../font/helvetica-neue.woff') format('woff');
	src: url('../font/helvetica-neue.ttf') format('truetype');
}

#main {
	width: 850px;
	margin: 0 auto;
}
#main #header {
	float: right;
	background: url('../images/common/line.jpg') no-repeat 0 110px;
	width: 850px;
	height: 145px;
}
	#main #header #logo {
		float: left;
		margin-top: 45px;
	}
	#main #header #flags {
		float: left;
		width: 70px;
		padding-top: 55px;
		margin-left: 20px;
	}
		#main #header #flags a {
			float: left;
			margin: 0 8px;
		}
	#main #header #menu {
		float: right;
		width: 400px;
		padding-top: 55px;
		text-align: right;
	}
		#main #header #menu a {
			height: 20px;
			line-height: 20px;
			margin: 0 15px;
			font-weight: normal;
			font-family: arial, verdana, helvetica;
			font-size: 12px;
			color: #777;
			text-transform: uppercase;
		}
		#main #menu span {
			padding-top: 5px;
			color: #c00;
		}
	#main #emozionale {
		float: left;
		width: 850px;
	}
#main #content {
	float: left;
	width: 850px;
	padding-top: 20px;
}


#main #footer  {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #777;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
	#main #footer a {
		color: #777;
	}
