@import url("Stile.css");
#slider {
	width: 100%;
	min-height: 830px;
	position: relative;
	top: 150px;
	background-image: url(../img/Sicilyvillage_home.png);
	background-repeat: no-repeat;
	left: 80px;
}

#nav-container {
	margin: 0 auto;
	width: 960px;
	position: fixed;
	visibility: visible;
	display: inline-block;
	left: 20%;
}

#logo_media {
	position:relative;
	bottom:-20px;
	display:block;
	float: left;
	width: 109px;
	height: 81px;
	text-indent: -9999px;
	background-image: url(../img/Facebook.jpg);
	background-repeat: no-repeat;
}

#nav {
	float:right;
	margin:0 auto;
	min-height:80px;
	width:800px;
}
#nav ul {
	position: relative;
	bottom: -20px;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-transform: uppercase;
	font-family: oswald;
	font-size: x-large;
}


#nav ul li {
	float: left;
	margin-right: 50px;
	margin-top: 25px;
}


#nav ul li a {
	color:#322a2b;

}
