/*
  Stile Home background e pagewrapper
*/

*
{
 margin:0;
}

html, body
{
  background:#0D0D0D url('../res/background.jpg') repeat-x;
  color:white;
  font-size:13pt;   
  height:100%;
}


/* Definisce stile id Title, titolo con nome */
#Title
{
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  width:600px;
  height:130px;
  text-align:center;
}


/* Definisce stile id PageWrapper */
#PageWrapper
{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	margin: 0 auto -80px; 
	z-index:1000;
}

#PageWrapper #clear
{
 height:80px;
}

/* Definizione footer */

#footer
{
  z-index:0;
  text-align:center;
  height:80px;
  background:url('../res/footer.jpg') repeat-x bottom left;
  font-size:11pt;
}


/* Definisce lo stile di ogni flash caricato */

#Links_Size
{ 
 /* border:1px solid blue;*/
}


#LinkList ul
{
  list-style-type:none;
}

#LinkList li
{
  display:inline;
  margin-right:25px;
  margin-top:25px;
}


/* Definisce stile di Message */

#Message
{
 width:800px;
 background-color:black;
 color:white;
 border:1px solid #c4c4c4;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
}
