img{border:none;}
* {margin: 0; padding: 0} 
html, body, #wrap {height: 100%}
body > #wrap {height: auto; min-height: 100%}
#main {padding-bottom: 66px}  /* must be same height as the footer */
#footer {position: relative;
  margin-top: -66px; /* negative value of footer height */
    height: 66px;
    clear:both;
}
/* CLEAR FIX*/
.clearfix:after {content: "."; display: block; height: 0;   clear: both; visibility: hidden}
.clearfix {display: inline-block}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%}
.clearfix {display: block}
/* End hide from IE-mac */ 

/* Do not touch styles above - see http://www.cssstickyfooter.com */

body {
/*
  background: #99CCFF;

*/
  background:#ececec url(../img/body-bg.jpg) top repeat-x;
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  font-family: verdana;
  text-align: center;
  overflow: auto;
}

div#banner {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 134px;
/*
  background: url("../img/banner-bg.png") repeat-x;

*/  color:#333;
  text-align:left;
}

div#wrap {
/*
  background: #666;

*/  width: 906px;
  margin-left: auto;
  margin-right: auto;
}

div#header {
  height: 230px;
  padding-top: 0; /* banner height */
  position:relative; 
}

#riservata {
  position: absolute;
  top: 4px;
  left: 740px;
  width: 140px;
  height: 44px;
}
#logo {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 224px;
  height: 73px;
  background:url(../img/logo.png) no-repeat;
}
#menu {
  position: relative;
  top: 0px;
  left: 0px;
  width: 906px;
  height: 42px;
  background: url(../img/menu-bg.png) no-repeat;
  padding-top:8px;
}
#people {
  position: absolute;
  top: 40px;
  left: 520px;
  width: 360px;
  height: 185px;
  background:url(../img/people.png) no-repeat;
  color:#333;
  text-align:left;
}

#slogan {
  position: absolute;
  left: 20px;
  top: 92px;
  width: 900px;
  height: 112px;
  background:url(../img/slogan.gif) no-repeat;
  color:#333;
}
#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	color:333;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	background:url(../img/content-bg.png) repeat-y;
}
#content-bottom-bg{
	position:relative;
	height:21px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	background:url(../img/content-bottom-bg.png) no-repeat;
}
div#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background:#555 url(../img/footer-bg.gif) repeat-x;
}
#footercontent{
  color:#555;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top:8px;
  font-size:10px;
  line-height:15px;
}
h2{
	font-size:14px;
	font-family:Helvetica, Arial;
	color:#BD0606;
}
p{
color:#555;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#content a{
color:#CC0000;
}
