/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; /*attenzione*/
}

ul {
	list-style: none;
}
	
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("../_img/background-fisso.jpg") center top no-repeat;
	font-size: 9px;
	color: #333;
}

.hide {
	display: none;
}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}
	
a:hover {
	text-decoration: underline;
}

.credits a:link, .credits a:visited, .credits a:active {
	text-decoration: none;
	color: #999;
}
	
.credits a:hover {
	text-decoration: underline;
}

/*globali*/

#contenitore-principale {
	margin: 0 auto;
	width: 862px;
	background: url("../_img/sfondo-lingue.png") center 235px no-repeat;
	padding-top: 160px;
	position: relative;
}

h1 {
	margin: 0 auto;
	width: 399px;
}

#choose {
	position: absolute;
	top: 280px;
	width: 766px;
}

#choose li {
	float: left;
	height: 30px;
	width: 108px;
	position: absolute;
}

#en a {
	display: block;
	height: 30px;
	width: 108px;
	background: url("../_img/english.png") no-repeat top left;
}

#en a:hover {
	background-position: bottom left;
}

#it a {
	display: block;
	height: 30px;
	width: 108px;
	background: url("../_img/italiano.png") no-repeat top left;
}

#it a:hover {
	background-position: bottom left;
}

#en {
	margin-left: 50px;
}

#it {
	margin-left: 700px;
}

#footer {
	text-align: center;
	margin-top: 42px;
}