body {
	background-image: url('32x32_sfumata.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    min-height:850px;
}

.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 350px;
		height: 800px;
		margin-top: -400px;
		margin-left: -175px;
}

.digitare {
	position: absolute;
	right:0px;
	bottom:0px;
}
 
@media screen and (min-width: 700px) {
	body {
	    min-height:1700px;
	}
	.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 700px;
		height: 1600px;
		margin-top: -400px;
		margin-left: -350px;
	}
}