body {
	margin-top: 100px;
	padding: 0px;
	text-align: center;
	background: url(images/background.png) repeat;
	color: Black;
}

div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
}

hr {
	display: none;
}

#corpo {
	padding-top: 10px;
	width: 980px;
	height: 650px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	background: black;
	margin-bottom: 30px;
}

#colonna1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	background: transparent;
}

#colonna2 {
	width: 960px;
	height: 555px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(images/sfondo.jpg) no-repeat;
}

#colonna3 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	background: transparent;
}


div.logohome {
	position: absolute;
	top: -70px;
	right: 40px;
}

div.cita {
	position: absolute;
	top: -60px;
	right: 0px;
	color: black;
	background: transparent;
	font-size: 12px;
	font-style: oblique;
	z-index: 10;
}

#intromenu ul {
	text-align: right;
	list-style: none;
	padding: 2px;
	margin: 0px;
	margin-top: 50px;
	white-space: nowrap;
	background: black;
	color: white;
	line-height: 30px;
	height: 30px;
	width: auto;
	position: relative;
	float: right;
}

#intromenu ul li {
	display: inline;
	position: relative;
}


#intromenu ul li a {
	padding: 5px 5px;
	margin: 0px 0px;
	background: black;
	color: yellow;
	text-decoration: none;
	border: 1px solid #373700;
}


#intromenu ul li a:hover {
	background-color: yellow;
	color: black;
}

div.center {
	text-align: center;
}

div.footer {
	position: relative;
	top: 540px;
	padding: 5px;
	text-align: right;
	color: white;
	background: transparent;
	font-size: 10px;
	width: 950px;
	height: 60px;
	float: right;
}

span.bandiere {
	visibility: visible;
	float: right;
}

a:link, a:visited {
	text-decoration: none;
	color: yellow;
	background: transparent;
}

a:hover, a:active {
	text-decoration: underline;
	color: yellow;
	background: transparent;
}

img.bandiere {
	margin-top: 0px;
	border: none;
	text-align: center;
}

div.bandiere {
	text-align: right;
	position: absolute;
	top: 635px;
	right: 10px;
}

#hidden {
	visibility: hidden;
}