﻿* {
    margin: 0;
    padding: 0;
}

#body {
    background-color: #000000;
    background-image: url(images/sfondo.png);
    background-repeat: repeat;
    background-attachment:fixed;/*tiene fermo lo sfondo rispetto allo scorrimento*/
} 

#pagina {
    width: 990px;
    position:absolute;
	left: 50%;
	margin-left: -495px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#header {
	font-family:Arial;
	font-size:10px;
    background-image:url(images/Header.png);
    height:185px;
}

#contents {
    position:absolute;
    left:0px;
    top:185px;
	background-color:White;
    margin:0px;
    padding:0px;
    height:100%;
	font-family:Arial;
	font-size:10px;
}

#footer1_a {
    position: absolute;
    margin:0px;
    padding:0px;
    top:530px;
    left:0px;
    width: 224px;
    height:216px;
    background-image: url(images/Footer1_a.png);
    background-repeat: no-repeat;
 	font-family:Arial;
	font-size:10px;
}
#footer1_b {
    position: absolute;
    margin:0px;
    padding:0px;
    top:530px;
    left:0px;
    width: 224px;
    height:216px;
    background-image: url(images/Footer1_b.png);
    background-repeat: no-repeat;
 	font-family:Arial;
	font-size:10px;
}
#footer2 {
    position: absolute;
    margin:0px;
    padding:0px;
    top:530px;
    left:224px;
    width: 766px;
    height:216px;
    background-image: url(images/Footer2_1.png);
    background-repeat: no-repeat;
 	font-family:Arial;
	font-size:10px;
}

#footer3 {
    position: absolute;
    margin:0px;
    padding:0px;
    top:676px;
    left:224px;
    width: 766px;
    height:70px;
    background-image: url(images/Footer3_1.png);
    background-repeat: no-repeat;
 	font-family:Arial;
	font-size:10px;
}

Lbl_Mail {
	text-align:center;
	font-family:Arial; 
	Font-Size:10px; 
	Color:white; 
	border-width:1px;
	Border-Color:black;
	Border-Style:Solid;
	padding-top:5px;
	margin-top:5px;
}

#Lbl_Accessi {
	text-align:center;
	border-width:1px;
	Border-Color:black;
	Border-Style:Solid;
	font-family:Arial; 
	Font-Size:10px; 
	Color:white; 
}


#MenuLeft {
	position:relative;
	background-image:url(images/MenuLeft1.png);
	width:224px;
	height: 350px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:5px;
	float:left;
	text-align:center;
	background-color:White;
}

#RagioneSoc{
	font-family: Arial;
	color:black; 
	font-size:10px;  
	position:relative; 
	left:0px; 
	top:720px; 
}

#firma{
	width: 990px;
	margin-top :15px;
	text-align:right;
	color: Black;
	font-style:normal;
	font-family:Arial;
	font-size:10px;
}

