body {
	background-color: #355F89; /* cosmetic */
	margin: 0px; /* required */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a img{border:0;}

div#container {
	background-color: #666666; /* cosmetic */
	height: 0px;
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
	margin: 0px;
	padding: 0px;
}
div#center {
	overflow: auto;
	position: absolute;
	width: 778px;
	height: 420px;
	top: -210px;
	margin-left: -389px;
	left: 50%;
}
#header {

}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 778px;
	height:260px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
}

#sinistra {
	width:280px;
	height:260px;
	text-align:right;
	background-image: url(../images/layout/home/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;

}
#menusinistra {
	margin-top: 90px;
	text-align: right;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menusinistra ul {
	padding:0px;
	text-align: right;
	width: 150px;
	float: right;
	margin: 0px;
}
#menusinistra ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px dotted #000000;
	display: block;
}
#menusinistra ul li a {
	width: 150px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#menusinistra ul li a:hover {
	color: #ffffff;
	background:#396189;
}
#centro {
	width:218px;
	height:260px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}

#destra {
	width:280px;
	height:260px;
	text-align:left;
	background-image: url(../images/layout/home/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menudestra {
	margin-left:10px;
	padding: 0px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#menudestra ul {
	padding:0;
	width: 150px;
	margin: 0;
}
#menudestra ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px dotted #000000;
}
#menudestra ul li a {
	width: 150px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#menudestra ul li a:hover {
	color: #ffffff;
	background:#396189;
}


#spiaggia {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 778px;
	clear: both;
	display: inline;
}
#footer {
	background-image: url(../images/layout/home/bg-credits.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#copyright {
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	margin-right:5px;
}
#copyright a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#copyright a:hover {
	background:#FF0000;
	color:#FFFFFF;
}
