body{
    padding:0px;
    margin:0px;
    top:0px;
    background-color: #010101;
    background-image: url(../img/sfondo.jpg);
    background-repeat: no-repeat;
    background-position: top;
    position:relative;
    text-align:center;
}
#riquadroMain{
    width:880px;
    height:562px;
    margin: auto;
    position:relative;
    text-align:left;
}
#menuTop{
    height:48px;
}
#riquadroCenter{
    height:561px;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position: top;
}
#riquadroCenterBianco{
    height:483px;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/sfondoBianco.jpg);
    position:relative;
}
#menuBottom{
    height:29px;
}

#riquadroBiancoInterno{
	position:absolute;
	top:40px;
	width:720px;
	left:155px;
	height:435px;
	overflow:auto;
	font-family:Verdana;
	font-size: 13px;
	color:#666;
	text-align: justify;
	line-height:18px;
}

#riquadroBiancoInterno table{
    font-size:13px;
    color:#666;
    text-align: justify;
    line-height:18px;

}

#riquadroBiancoInterno a{
    text-decoration:none;

    color: #017425;
}
#riquadroBiancoInterno a:hover{
    text-decoration:underline;
    color: #2C992D;
}


#riquadroBiancoTesto{

    padding-right: 10px;

}


#riquadroCenterPagineGrandi{
    height:483px;
    overflow:hidden;
    background-repeat: no-repeat;
    background-position: top;
    position:relative;


}

#contentMain{
	position:absolute;
	left:177px;
	height: 483px;
	width:703px;
	
}

