body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
	margin: 10px;
	padding: 0px;
	background-image: url(../img/sfondo.jpg);
	background-position: center top;
	color: #d3cccc;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #d3cccc;
	text-decoration: none;
}
a:visited {
	color: #d3cccc;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

.ombra {
	 -moz-box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;
    box-shadow: 2px 2px 5px #000000;	
}

.content {
	margin: auto;
	clear: both;
	width: 950px;
	overflow: auto;
	position: relative;
	background-color: rgba(0,0,0,0.6);
}
.pageContainer {
	clear: both;
}
.menuContainer {
	text-align: right;
	clear: both;
	overflow: auto;
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
}
.menuContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menuContainer ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}


.titleHeader {
	text-align: left;
	padding: 10px;
	position: absolute;
	clear: both;
	background-color: #000;
	border: 1px solid #999999;
	z-index: 10;
	left: 10px;
	top: 10px;
}
.footer {
	text-align: left;
	padding: 10px;
	position: relative;
	clear: both;
	overflow: auto;
}

.sezSx {
	text-align: left;
	padding: 10px;
	float: left;
	width: 250px;
	position: relative;
}
.iconMenu   {
	background-image: url(../img/iconMenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 44px;
	margin-top: -11px;
	position: absolute;
	left: 5px;
	top: 50%;
	z-index: 5;
}
.bordo {
	border: 1px solid #999999;
}

.sezDx {
	float: right;
	width: 630px;
	position: relative;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
