@charset "utf-8";
/*
border:1px solid #FF0000;
*/
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {	
	background-color:#49433b;
}
#home {
	margin:auto;
	width:990px;
	background-image:url(images/bk_home.gif);
	background-repeat:repeat-y;
}
#header {
	margin-left:10px;
	margin-right:10px;
	position:relative;
	width:960px;
	height:602px;
	background-image:url(images/temp_top.png);
	background-repeat:no-repeat;
}
#area_login {
	position:absolute;
	left:30px;
	top:4px;
	width:80px;
	height:18px;	
}
#area_login a {
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.5px;
	text-decoration:none;
}
#area_language {
	position:absolute;
	left:610px;
	top:6px;
	width:160px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#939393;
}
#area_menu {
	position:absolute;
	left:792px;
	top:110px;
	width:128px;
	height:155px;
}
#home_center {
	margin-left:10px;
	margin-right:10px;
	width:960px;
}
#home_news {
	margin-left:10px;
	margin-right:10px;
	width:960px;
	background-image:url(images/bk_news.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10.5px;
}
#home_news_1 {
	position:relative;
	width:400px;
	/*border:1px solid #FF0000;*/
	margin-left:35px;
	float:left;
}
#home_news_2 {
	position:relative;
	width:350px;
	/*border:1px solid #00FF00;*/
	margin-left:85px;
	float:left;
}
.home_new_titolo {
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}
.home_download_titolo {
	margin-top:15px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
}
.home_download_titolo_orange {
	color:#e73802;
}
#footer {
	margin:auto;
	width:990px;
	background-image:url(images/bk_footer.gif);
	background-repeat:no-repeat;
	height:82px;
}
#footer_inner {
	position:relative;
	left:455px;
	top:35px;
	width:150px;
	color:#FFFFFF;
	font-weight:bold;
}
#footer_inner a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;	
}
#footer_inner a:hover {
	text-decoration:underline;
}
