
body{
	background:transparent url(../img/bg_intro.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	min-width:350px;
}
#wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
}
#logo{
	width:187px;
	height:340px;
	display:block;
	background: transparent url(../img/logo_intro.png) no-repeat;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-94px;
}

#sezioni{
	width:100%;
	max-width:1000px;
	padding-top:230px;
}
.link{
	float:left;
	width:50%;;
	max-width:500px;
	background: transparent url(../img/intro_catering.png) no-repeat bottom right;
	text-align:center;
	padding-bottom:10px;
}
.link:first-child{
	background: transparent url(../img/intro_bar.png) no-repeat bottom right;
}

.link a{
	color:#915e36;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	padding:0px 0px 0px 80px;
}
.link:first-child a{
	color:#fff;
	padding:0px 50px 0px 0px;
}