/*
color: #1F1A17; nero
color: #E77817; arancione
color: #0093DD; azzurro
color: #0B74F8F; viola
color: #C3C5C8; grigio


*/


body{
	background: #1F1A17;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #341606;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

html>body #contenitore{
	width: 800px; /* ie5win fudge ends */
	}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover{
	color: #FFF;
	text-decoration: underline;
	
}
	
	
h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	text-align: left;
	top: 105px;
	left: 555px;
	z-index: 10;
	line-height:1;
	border: 0px solid red;
	
}

#corpo_centrale {
	position: relative;
	background-color: transparent;
	margin: 0 auto; 
	padding: 0;
	font-size: 12px;	
	width: 760px;
	border: 0px solid yellow;
}



#contenitore  {
	position: relative;
	clear: both;
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 0px solid yellow;
		
}


#corpo_home {
	background: #1F1A17;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	height: 438px;
	border: 0px solid yellow;
	
}

#bandiera_ita {
	float: left;
	text-align: left;
	width: 760px;
	margin: 0;
	padding: 0;
	padding-top: 374px;
	padding-left: 168px;
	border: 0px solid red;
}

#txt_bandiera_ita {
	position: absolute;
	top: 380px;
	left: 88px;
	border: 0px solid red;
}

#txt_bandiera_ita a, a:visited, a:active{
	text-decoration: none;
}

#txt_bandiera_ita a:hover{
	text-decoration: underline;
}

#bandiera_eng {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 760px;
	padding-left: 163px;
	padding-top: 2px;
	border: 0px solid red;
}

#txt_bandiera_eng {
	position: absolute;
	top: 410px;
	left: 67px;
	border: 0px solid red;
}

#txt_bandiera_eng a, a:visited, a:active{
	text-decoration: none;
}

#txt_bandiera_eng a:hover{
	text-decoration: underline;
}

#intro {
	position: absolute;
	text-align: left;
	font-size: 9px;
	top: 160px;
	left: 555px;
	width: 150px;
	z-index: 10;
	border: 0px solid red;
}

#discipline {
	position: absolute;
	text-align: left;
	top: 250px;
	left: 70px;
	font-size: 10px;
	color: #FFF;
	z-index: 10;
}

#discipline a{
	text-decoration: none;
	color: #FFF;
}

#discipline a:hover{
	text-decoration: none;
	color: #C0C0C4;
}






