HTML {
}
BODY
{
background-image : url('images/sfondo_generale.jpg');
margin : 0px;
padding : 0px;
text-align : left;
height : 100%;
width : 100%;
FONT-SIZE : 13px;
COLOR : #333333;
FONT-FAMILY : Arial, Verdana, Helvetica;
font-weight : normal;
}
.pop
	{
	position : absolute;
	top : 50%;
	margin-top: -270px;
	left : 50%;
	margin-left: -197px;
	height : 540px;
	width : 394px;
	visibility: visible;
	z-index: 1;
	}
.pagina
{
background-color : #FFFFFF;
position : absolute;
top : 50%;
padding : 0px;
margin-top : -280px;
height : 580px;
width : 100%;
}
.fascione_sup
{
background-image : url('images/sfondo_sup.jpg');
height : 60px;
width : 100%;
float : left;
}
.contenitore
{
background-color : #FFFFFF;

height : 440px;
width : 100%;
float : left;
}
.main
{
background-color : #FFFFFF;
margin-left: auto;
margin-right: auto;
height : 440px;
width : 900px;

}
.fascione_inf
{
background-image : url('images/sfondo_inf.jpg');
height : 60px;
width : 100%;
float : left;
}
.piede 
{
color : #666666;
font-size : 11px;
font-weight : normal;
text-decoration : none;
height : 20px;
width : 100%;
text-align : center;
float : left;
}
div.piede a
{
color : #666666;
font-size : 11px;
font-weight : normal;
text-decoration : none;
}
div.piede a:hover
{
color : #FF0000;
font-size : 11px;
font-weight : normal;
text-decoration : none;
}
