body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url("../img/greyzz.png") repeat;
	font-size:12px;
}
a {
	text-decoration: none;
	color: #002A73;
}
h1{
	font-size:18px;
	font-weight:bold;
}

p{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;

}

#main {
	width: 100%;
	text-align: center;
	position: relative;
}

#header {
	background:url("../img/head_bg.PNG") top left repeat-x;
	width:100%;
	height:270px;
}
#header img {
	padding-top:90px;
}
#coming {
	width: 100%;
	height: 70px;
	background-color: #002A73;
}
#coming  img {
	padding-top:15px;
}


@media only screen and (max-width: 768px){
	#contatti{
		width: 90%;
		display: inline-block;
		margin: 0 auto;
	}
	
	
}


@media only screen and (max-width: 468px){

	#header {
	background:url("../img/head_bg.PNG") top left repeat-x;
	width:100%;
	height:200px;
	}	
	#header img {
		width: 60%;
		
	}
}
