#div_home
{
	background-image: url(home.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 713px;
	min-width: 950px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}

#div_who
{
	background-image: url(who.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 713px;
	min-width: 950px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}

#div_gallery
{
	background-image: url(gallery.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 713px;
	min-width: 950px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}

#div_link
{
	background-image: url(link.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 713px;
	min-width: 950px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}

#div_on_line_shop
{
	background-image: url(on_line_shop.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 713px;
	min-width: 950px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}

#div_where
{
	background-image: url(where.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 713px;
	min-width: 950px;
	width: 950px;
	position: relative;
	left: 0px;
	top: 0px;
}

#menu
{
	position: absolute;
	top: 60%;
	left: 2%;	
}

#home_page
{
	position: absolute;
	top: 15%;
	left: 81%;		
}

#div_who_text
{
	height: 450px;
	overflow-y: scroll;
	position: absolute;
	top: 26%;
	left:6%;
}

#link
{
	position:absolute;
	top: 27%;
	left: 10%;
}

#comingsoon
{
  position:absolute;
  top:67%;
  left:50%;
}

#gallery
{
  position:absolute;
  top:32%;
  left:5%;
}

#map
{
  position:absolute;
  top:27%;
  left:13%;
}

#indicazioni
{
  position:absolute;
  top:50%;
  left:80%;
}

a
{
  text-decoration: none;
  color: inherit;
}

img
{
	cursor: pointer;
}

body
{
	background-color: #212121;
	color: white;
	font-family: Arial;
}
