body {
	background-color: black;
	color: white;
	padding-top: 50px;
	font-family: Arial;
	cursor: default;
}

div#contenuto, div#ausiliare {
	float: left;
	width: 890px;
	padding: 5px;
}

div#contenitore {
	width: 1800px;
	overflow-x: hidden;
}

div#occhiali {
	overflow-x: hidden;
	width: 900px;
	margin: auto;
}

div#header {
	background-image: url('../immagini/logo.png');
	background-repeat: no-repeat;
}

ul#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 70px;
	padding-top: 29px;
	padding-left: 400px;
	font-size: 16px;
	width: 1000px;
}

ul#menu li {
	float: left;
	margin: 5px;
}

p {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

p img {
	float: left;
	margin-right: 15px;
}

div#already {
	position: absolute;
	top: 0px;
	width: 93px;
	height: 92px;
	margin-left: -50px;
	left: 50%;
	top: -100px;
	background-image: url('../immagini/alreadyHere.png');
}

div#loader {
	display: none;
	position: absolute;
	width: 900px;
	top: 100px;
	left: 50%;
	text-align: center;
	margin-left: -400px;
}

div.modello {
	text-align: center;
}

div.prodotto {
	height: 338px;
}

ul#menu li a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a { outline: none;}