div.homepage
{
	padding-top: 0px;
	/*margin: -220px auto 8px auto;*/ /*centra negli altri browsers*/
	text-align: center; /*ripristina l' allineamento*/
	/*width: 100%;*/
    /*height: 400px;*/
    /*position: absolute;*/
    /*top: 50%;*/
}

div#container
{
	padding-top: 0px;
	background-color: White;
	margin: 8px auto 8px auto ; /*centra negli altri browsers*/
	text-align: center; /*ripristina l' allineamento*/
	width: 900px;
	border: 0px solid White;
}

div#pageHeader
{
    background-repeat: no-repeat;
    background-position: left top;
    text-align: center;
    height: 166px;
    width: 900px;
    padding: 0px;
	background-image:url('Images/pageHeader.jpg'); 
	background-repeat: no-repeat;
}

div#menu
{
    padding: 0px;
    /*border: 1px solid Black;*/
    text-align: left;
    font-weight: normal;
    float: left;
    color: #666666;
    top: 125px;
    left: 18px;
    position: relative;
    width: 100%;
    display: table;
}

div#pageFooter
{
	background-image:url('Images/pageFooter.jpg'); 
	background-repeat: no-repeat;
	width:900px; 
	height:20px; 
	padding-left: 0px;
	/*padding-right: 4px;*/
	padding-top: 0px;
}

div#pageContent
{
	background-image:url('Images/pageContent.jpg'); 
	background-repeat: repeat-y;
	width:854px; /* 900tot */
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 0px;
	text-align: justify;
	min-height: 400px;
}

div#pageLegals
{
	background-image:url('Images/pageContent.jpg'); 
	background-repeat: repeat-y;
	width:854px; /* 900tot */
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 0px;
	text-align: justify;
}

div#pageContent a, div#pageLegals a
{
    color: #004477;
}

div#menu a
{
    color: #666666;
    text-transform: lowercase;
}

span.menuTree
{
    color:Gray;
    font-size: 85%;
}

span.copyright
{
    font-size: 85%;
    color: gray;
}