body {
	background-color: #141c26;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
#container {
	width: 960px;
	margin: auto;
}
#headerBar {
	width: 960px;
	height: 104px;
	padding: 0;
/*	background-color: #141c26; */
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	top: 60px;
}
#menuBar{

	position: relative;
	margin-right: 50px;
	padding: 20px;
	float: left;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(46, 54, 69) transparent;
/* RGBa with 0.6 opacity */
background: rgba(46, 54, 69, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#141b2633, endColorstr=#141b2633);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#141b2633, endColorstr=#141b2633)";
	left: 65px;
	top: 60px;
}
#miniRassegna{
	top: 160px;
	margin-right: 50px;
	padding: 20px;
	float: right;
	position: relative;
	right: 400px;
}
#miniRassegna p{
	width: 450px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	top: 60px;
}

#annuncioHome{

	position: relative;
	top: 340px;
	float: left;
/* Fallback for web browsers that doesn't support RGBa */
background: rgba(46, 54, 69, 0.6) url(../images/bg-anguana-banner-home.png) no-repeat right center;
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#141b2633, endColorstr=#141b2633);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#141b2633, endColorstr=#141b2633)";
	margin-left: 0;
	height: 60px;
	padding: 20px;
	width: 500px;
	right: 0;
}
#annuncioHome p{
	width: 400px;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#bgCover {
	background: url(../images/tenco-laquidara-bg.jpg) no-repeat center top;
	width: 960px;
	height: 741px;
}
#footerMenu {
	height: 100px;
	margin: 10px;
	text-align: center;
}






/*********** typo */


a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

a:link,
a:visited {
	color: #e9e9e9;
}

a:hover,
a:focus, 
a:active {
	text-decoration: underline;
	color: #e9e9e9;
	}
