﻿html,body
{
  margin:0;
  padding:0; 
  background-color:#ffffff;
}

div#dvContent
{
  margin-right:auto;
  margin-left:auto;
	width:1000px;
}

div#divHeader
{
	width:100%;
	height:415px;
	background:url(Images/testata-sfondo.jpg) no-repeat 0px 49px;
}

div#divTestata
{
	width:100%;
	height:296px;
}

div#divContenitore
{
	width:100%;
	position:relative;
  background: url(Images/contenitore-sfondo.jpg) no-repeat top right;
}

.divFooter
{
	width:700px;
	font: 12px/14px Lucida Sans;
  color:#7f7f7f;
  height:32px;
  margin-bottom:20px;
  margin-left:55px;
  position:absolute;
}

a.footerMailTo
{
  text-decoration: none;
  color:#7f7f7f;
}

a.footerMailTo:hover
{
  text-decoration:underline;
  color:#7f7f7f;
}

.divAjaxLoading
{
  width:100%; 
  height:100%; 
  position:absolute; 
  top:0px; 
  left:0px; 
  /*background-color:White;*/
  filter:alpha(opacity=70); 
  opacity:0.7;
  background-image:url(Images/Loading.gif);
  background-repeat:no-repeat;
  background-position:center;
}




