* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
html{
	width:100%;
	height:auto;
	font-size:16px;
}
body {
	width:100%;
	height:auto;
	background:#fff;
}
header {
	width:100%;
	height:100%;
}
header #ita {
	height:24px;
	width:100%;
	background:url('images/bg-ita.gif') repeat-x;
}
header #food {
	height:146px;
	width:100%;
	background:url('images/bg-food.jpg') repeat-x top left;
	margin-bottom:51px;
}
header h1 {
	width:508px;
	height:357px;
	text-indent:-999em;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:url('images/logo.png') no-repeat;
	margin-bottom:33px;
}
header p {
	text-align:center;

}
