body {
	background-attachment: fixed;
	background-color: #01328f;
	background-image: url(../_graphics/Fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
#LogoScuolaOnline {
	background-image: url(../_graphics/LogoScuolaOnline.png);
	width:502px;
	height:162px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;

}
#LogoSoluzione {
	background-image: url(../_graphics/LogoSoluzione.png);
	width:118px;
	height:58px;
	background-position:center;
	background-repeat:no-repeat;
	position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
