body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	background:url(../img/shared/pageShadow.png) no-repeat center top #036;
	width:100%;
}
a.white{
	color:#FFF;
	text-decoration:none;
}
a.white:hover{
	text-decoration:underline;
}
a img{
	border:0px;
}
div#topBorder{
	width: 100%;
	height:20px;
	border-bottom:1px solid #CCC;
	background:#036;
}
	div#center{
		width:100px;
		position:relative;
		margin:auto;
	}
		div#angSx{
			width:50px;
			height:20px;
			position:absolute;
			left:-475px;
			/*background:url(../img/shared/angSx.png) bottom;*/
		}
		div#angDx{
			width:50px;
			height:20px;
			position:absolute;
			left:525px;
			/*background:url(../img/shared/angDx.png) bottom;*/
		}
div#topTitle{
	width:949px;
    margin: 0px auto;   /*centra neli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	border-right:1px solid #CCC;
	position:relative;
}
	div#lang{
		position:absolute;
		left:20px;
		top:10px;
		font-size:13px;
	}
	div#lang a{
		color: #333;
		text-decoration:none;
	}
	div#lang a.it{
		background:url(../img/shared/it19x15.png) no-repeat;
		padding-left:22px;
	}
	div#lang a.en{
		background:url(../img/shared/en19x15.png) no-repeat;
		padding-left:22px;
		
	}
	div#lang a:hover{
		color: #333;
		text-decoration:underline;
	}
	div#info{
		position:absolute;
		right:20px;
		top:120px;
		text-align:right;
		color:#FFF;
		font-size:12px;
	}
	
	div#info a{
		text-decoration:none;
		color:#DDD;
	}
	div#info a:hover{
		text-decoration:underline;
	}
div#page{
	position:relative;
	width:950px;
	height:393px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/

	background: url(../img/shared/pageBg.jpg);
}
	div#menu{
		background:url(../img/shared/menuBg.png);
		height:30px;
		filter: alpha(opacity:90);
		opacity:0.9;
		text-align:right;
	}
		div#menu div{
			float:right;
			height:26px;
			font-size: 20px;
			font-weight:bold;
			font-style:italic;
			
			padding:2px 5px 1px 0px;
			margin-right:15px;
			
			border-right:4px solid #FFF;
			border-bottom:1px solid #FFF;
		}
		div#menu a{
			color:#FFF;
			text-decoration:none;
		}
div#footer{
	position:relative;
	width:950px;
	margin:auto;
	background:#333;
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding-top:3px;
	
	border-top:1px solid #CCC;
}