/*html,body {
	height: 100%;
}*/
body{
background-image:url(../img/sfondo1.jpg);
background-repeat:repeat-y;
background-position:top center;
margin:0;
padding:0;
border:0;
}
:link {
	color:#000;
	text-decoration:none;
}
:visited {
	color:#000;
	text-decoration:none;
}

p{
margin: 0;
padding:0;
}
#bodystyle{
/*height:100%;*/
background-color: #F1F5F6;

text-align: left;
font-family: verdana,arial,helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000;
text-decoration: none;
margin-top: 0px;
padding: 0px;
border: 0px}




#contentBody {

overflow:visible;
position: relative;
padding: 0px;
border: 0;
margin: 0 auto;
width: 740px;
}

#header{
width: 740px;
height: 87px;
margin: 0px 0px 0px 0px;
padding: 0px;
border: 0px;
background-image:url(../img/header.jpg);
}
#content {
background-image: url(../img/sfondocentrale.jpg);
background-repeat:repeat-y;
border: 0px solid green;
margin:0px;
width:740px;
position:relative;
float:left;
}

#sinistra{
padding:0;
margin:0;
border:0px solid blue;
float:left;
width:556px;
position:relative;
}
#destra{
float:left;
margin:0px;
padding:0;
width:184px;
position:relative;
}

#menu{
width:556px;
background-image:url(../img/sfondomenu.jpg);
height:36px;
padding:0px;
margin:0px;
border:0px solid yellow;
}
#centrotesto{
background-color:#FFFFFF;
width:556px;
/*height:auto;*/
}
#topdestra2{
height:16px;
width:184px;
background-color:#FFF;
}
#topdestra{
position:absolute;
left:10px;
top:50px;
height:32px;
background-color:#FFF;
width:184px;
color:#1E7CA0;
text-align:left;
z-index:900;

}
#topdestra a:link,a:visited{
text-decoration:none;
color:#1E7CA0;
}
#topdestra a:hover{
text-decoration:underline;
color:#1E7CA0;
}
#topdestra img{
border:0;
margin-right:3px;
margin-top:3px;
}
#notes{
background-color:transparent;
margin-top:20px;
position:absolute;
width:209px;
height:208px;
background-image:url(../img/notes.png);
background-repeat:no-repeat;
}
#sottodestra{
position:relative;
margin:0;
padding:235px 0px 10px 7px;
/*top:235px;*/
width:175px;
/*height:auto;*/
}
#sottopagina{
border-top:2px solid #FFF;
width:740px;
background-color:#E7EFF1;
padding:10px 0px 5px 0px;
float:left;
}
#sottopagina2{
background-color:#E7EFF1;
width:740px;

float:left;
}
#footer {
background-color: #FFF;
background-repeat:no-repeat;
text-align: left;
padding: 0px;
margin: 0px 0px 0px 0px;
width: 740px;
border:0;
border-top:10px solid #FFF;}

#leftfooter{
width:450px;
float:left;
border:0px solid blue;
padding:0;
margin-left:5px;
}
#rightfooter{
text-align:right;
width:250px;
float:right;
padding:0px 5px 0px 0px;
margin:0;
border:0px solid yellow;
}
.line{
clear:both;
display:inherit;
}


/* home popup */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}


