@charset "utf-8";
/* CSS Document */

A:link {
	COLOR: #8B7745; TEXT-DECORATION: none
}
A:visited {
	COLOR: #8B7745; TEXT-DECORATION: none
}
A:hover {
	COLOR: #8B7745; TEXT-DECORATION: underline
}
A:active {
	COLOR: #8B7745; TEXT-DECORATION: none
}

#logo {
	position:absolute;
	top:50%;
	left:50%;
	width: 990px;
	height: 300px;
	margin-left:-495px;
	margin-top: -150px;
}
#flashcontent {
	width: 100%;
	height: 100%;
}
#promozione{
	width: 342px;
	height:228px;
	position: absolute;
	bottom:0px;
	right:0px;
}

html {
  height: 100%;
  overflow: hidden;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B7745;
	line-height:1.8;
}
.slogan{
	font-family: "helvetica";
	font-size: 12px;
	margin-top: 30px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B7745;
	margin: 0;
	padding: 0;
	height: 100%;
}