html,body{
	background-image: url('img/bg.png');
	background-color: #175484;
	background-repeat: repeat-x;	
	margin: 0 auto;
	font-family: "Trebuchet MS", verdana;
	text-align:center;
}

#contorno{
	width:925px;
	height:581px;
	background-image: url('img/contorno.png');
	margin: 0 auto;
	position: relative;	
	text-align:center;
}

#title{
	width:440px;
	height:101px;
	background-image: url('img/index_title.png');
	top:20px;
	left:230px;
	position: absolute;	
}

#image{
	width:459px;
	height:352px;	
	top:120px;
	left:225px;
	margin: 0 auto;
	position: absolute;	
}

#lingue{
	width:480px;
	height:52px;	
	top:480px;
	left:225px;
	margin: 0 auto;
	text-align:center;
	position: absolute;	
}

#it{
	position:absolute;
	left:130px;
	top:2px;
}

#de{
	position:absolute;
	left:200px;
	top:2px;
}

#en{
	position:absolute;
	left:270px;
	top:2px
}

#it_{
	position:absolute;
	left:128px;
	top:0px;
}

#de_{
	position:absolute;
	left:198px;
	top:0px;
}

#en_{
	position:absolute;
	left:266px;
	top:0px;
}

#home_container{
	width:896px;
	height:600px;
	margin: 0 auto;
	position: relative;	
	top: 30px;
	text-align:center;
}

#home_top{
	width:921px;
	height:135px;
	margin: 0 auto;
	position: relative;	
	background-image: url('img/top.png');
	text-align:center;
}

#home_center{
	width:921px;
	height:408px;
	margin: 0 auto;
	position: relative;	
	background-image: url('img/center.png');
	text-align:center;
}

#home_bottom{
	width:921px;
	height:57px;
	margin: 0 auto;
	position: relative;	
	background-image: url('img/bottom.png');	
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}

#home_top_flag{
	width:20px;
	height:13px;
	left: 865px;
	margin: 0 auto;
	position: absolute;	
	text-align:center;
}

#home_menu{
	width:890px;
	height:40px;
	position:absolute;
	top:92px;
	left:16px;
}

#home_menu_button{
	position:absolute;
	width: auto;
	height: auto;
	top: 15px;
	cursor:pointer;
}

#home_menu_puntatore{
	position:absolute;
	width: auto;
	height: auto;
	top: 15px;
}

#page_container{
	position:absolute;
	width: 890px;
	height: 408px;
	top: 0px;
	left: 16px;
	overflow:auto;
	
}

#page_title{
	position:relative;
	width:auto;
	height:auto;
	top: 15px;
}

#page_content{
	position::relative;
	text-align:justify;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}
	
#info{
	text-align:center;
	color:white;
	font-size:11px;
}

a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
a:hover {color:#FF6;}

#popup_container{
	z-index: 1;
	margin-left: auto;
    margin-right: auto;
	left: 0;
    right: 0;
	height:442px;
	width:711px;
	position:absolute;
	top:150px;
}

#popup_container2{

	height:431px;
	width:711px;
	position:absolute;
	top:11px;
	background-image: url('img/popup.png');
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
}


#popup_content{
	width:691px;
	height:411px;
	overflow:auto;
}

#popup_close{
	z-index: 1;
	position:absolute;
	background-image: url('img/close.png');
	width:88px;
	height:24px;
	cursor:pointer;
	top:2px;
	left:600px;
}