HTML {
}
BODY
{
background-image : url('images/sfondo.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;
	}
.main
{
position : absolute;
padding : 0px;
top : 0px;
left : 50%;
margin-left : -460px;
width : 920px;
height : 750px;
}

