@charset "UTF-8";
#logo1 {
	position:absolute;
	width:250px;
	height:80px;
	z-index:1;
	left: 64px;
	top: 31px;
}
#logo2 {
	position:absolute;
	width:250px;
	height:80px;
	z-index:2;
	left: 462px;
	top: 3px;
}
#logo3 {
	position:absolute;
	width:250px;
	height:80px;
	z-index:3;
	left: 299px;
	top: 86px;
}
#logo4 {
	position:absolute;
	width:250px;
	height:80px;
	z-index:4;
	left: 88px;
	top: 200px;
}
#logo5 {
	position:absolute;
	width:150px;
	height:60px;
	z-index:5;
	left: 200px;
	top: 430px;
}
#logo6 {
	position:absolute;
	width:150px;
	height:60px;
	z-index:6;
	left: 450px;
	top: 430px;
}
html, body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial;
	background-color: #000;
	height: 100%;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	height: 100%;
	position: relative;
}

body>div#container{height:auto;min-height:100%}



#header {
	background-color: #000;
	text-align: center;
	padding: 0px 40px 0px 40px;
	font-size: 16px;
}
#mainContent {
	background-color: #000;
	font-size: 16px;
	padding-bottom: 50px;
	position: relative;
	padding-top: 20px;
}
#center {
	text-align: center;
	padding: 0px 40px 0px 40px;
	border: 0px;
	position: relative;
}
#nome {
	text-align: center;
	padding: 10px 40px 10px 40px;
	border: 0px;
	position: relative;
}
#fotogallery {
	text-align: center;
	border: 0px;
	position: relative;
	top: -50px;
	z-index: 1;
	padding: 0px 40px 0px 40px;
}
#footer {
	color: #666;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	padding: 0px 40px 10px 40px;
	left: 0px;
}
#footer A:hover {
	color:#FFF;
}
#footer A {
	color:#666;
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 6px 0px;
	border-bottom: 1px solid #666;
	text-align: center;
	white-space: nowrap
}
#menu ul li {
	display: inline;
	margin: 0 18px
}
#menu ul li a {
	text-decoration: none;
	padding: 0 0 3px;
	color: #666;
}
#menu ul li a#current {
	border-color: #FFF;
	color:#FFF;
	border-bottom: 4px solid #FFF;
}
#menu ul li a:hover {
	border-color: #FFF;
	color: #FFF;
	border-bottom: 4px solid #FFF;
}
#footer a:focus {
	outline: 0;
}
#apDiv1 {
	position:relative;
	width:700px;
	height:60px;
	z-index:4;
	top: 0px;
	visibility: visible;
	text-align:center;
	padding: 0px 40px 0px 40px;
}
#piedipagina {
	margin: 0;
	border-top: 1px solid #666;
	text-align: center;
	padding: 6px 0px 0px 0px;
	position: relative;
	height: 15px;
	width: 700px;
}
#copyright {
	position:relative;
	z-index:4;
	top: 0px;
	visibility: visible;
	text-align:left;
	float: left;
	padding-left: 20px;
	width: 200px;
}
#contatore {
	position:absolute;
	top:469px;
	z-index:9;
	visibility: hidden;
	text-align:center;
	left: 369px;
	width: 59px;
}
#mail {
	position:relative;
	top:0px;
	z-index:4;
	visibility: visible;
	text-align:right;
	float: right;
	padding-right: 20px;
	width: 200px;
}
#container #mainContent #center p {
	font-size: 12px;
}

#mainContent A:hover {
	color:#666;
}
#mainContent A {
	color:#FFF;
	text-decoration: none;
