html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
}

body{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px;
	padding:0px;
	font-size: 10px;
	color: #333333;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

img {
	border: none;
}

#container{
	width: 1600px;
	position: absolute;
	height: 1000px;
	text-align: center;
	top: 50%;
	margin-top: -500px;
	left: 50%;
	margin-left: -800px;
}

#footer{
	position: absolute;
	bottom: 0px; 
	width: 100%; 
	height: 130px;
	text-align: center;
	z-index: 3;
	font-size: 100%;
	padding-top: 4px;
	line-height: 11px;
	font-size: 90%;
 } 
 
.language {
	padding-bottom: 80px;
	font-size: 130%;
}

.language a:link, a:visited{
	color: #8F8F8F;
}

.language a:hover{
	color: #FF9933;
}
