body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666 url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin of the body element to account for differing browser defaults */
	padding: 0; /* it's good practice to zero the padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers */
	color: #CCCCCC;
}
.container #mainContent {
	width: 804px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 15px;
}
.container #header {
	width: 804px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
.headerImg {
	float: left;
	border: 0;
}
.headerLink {
	text-decoration: none;
}
.headerLink img{
	float: left;
	border: 0;
}
.container #headerDx {
	width: 429px;
	margin-left: 375px;
	background: url(../images/header_dx.png) no-repeat 0 0;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
.container #headerFlags {
	padding-left: 290px;
	padding-top: 55px;
}
.flagLink {	
	text-decoration: none;
}
.flagLink img{
	float: left;
	border: 0;
}
.container #menu {
	width: 804px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
.borderImg {
	float: left;
	border: 0;
}
.container #contenuto {
	width: 804px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#map {
	float: left;
}
.container #extraInfo {
	width: 804px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/extra_info.png) no-repeat 0 0;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}
.container #footer {
	width: 804px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/footer.png) no-repeat 0 0;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	line-height: 30px; /* used to center only a single string vertically */
}
.container #footer a {
	text-decoration: none;
	color: #CCCCCC;
}
.container #footer a:hover {
	color: #333333;
}
.container #lab {
	font-size:10px;
}
.labLink {
	text-decoration: none;
}
.labLink img{
	border: 0;
}
