body 
{
	  width: 924px; 
	  margin-top: 0px; 
	  margin-right:auto;
	  margin-left:auto;
	  margin-bottom: 5px; 
	  background-color:#000;
	  font-size:16px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
}

body a:link
{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body a:visited 
{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

body a:hover
{
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/*========================== HEADER ====================================*/


#sssheader1
{
       width: 924px; 
       border: none; 
	   min-height:100px; /*va bene per tutti eccetto IE*/
	   background-color:#9c2800;
	   background: url("images/header.jpg");
	   height: auto !important;
	   height:100px; 
}

#header
{
       width: 924px; 
       border: none; 
	   min-height:50px; /*va bene per tutti eccetto IE*/
	   background-color:#9c2800;
	   background: url("images/header1.jpg");
	   height: auto !important;
	   height:50px; 
	   margin-top:25px;
}

#maincontainer{
       width: 924px; 
       border: none; 
	   min-height:400px; /*va bene per tutti eccetto IE*/
       background: url("images/maincontainer.jpg") repeat-y top;
	   /* 
	   height:400px;
	   background: url("images/sfondcenter.jpg") repeat-y top;
	   */
	   background-color:#FFFFFF;
       height: auto !important;
       height: 400px;
	   }

	

#page{
   margin-top:30px;
   margin-left:25px;
   width:95%;
   min-height:300px; /*va bene per tutti eccetto IE*/
  /* height:400px;*/
   height: auto !important;
   height: 300px;
   background-color:#CCCCCC;
}


#footer
{
       width: 924px; 
       border: none; 
	   min-height:60px; /*va bene per tutti eccetto IE*/
	   height: auto !important;
	   height: 60px;
	   background: url("images/footer.jpg") repeat-y top;
}


#copyright{
margin-left:25px;
padding-top:16px;
text-align:center;
font-family:Trebuchet MS,Verdana, Arial, sans-serif;
color:#FFF;
}
#copyright a:link{
color:#FFF;
font-size:9px;
}
#copyright a:visited{
color:#FFF;
font-size:9px;
}
#copyright a:hover{
color:#FFF;
text-decoration:underline;
font-size:9px;
}


/*==========================SEPARATORI=========================*/
  
.line {
  clear: both; 
  background-color:#E8F3F7;
  width:924px;
  height:5px;
  background:url(images/maincontainer.jpg);
    }
	

