	body{
	margin:0;
	background-color:#848484;
	}
	.wallG{
	position:relative;
	float:left;
	background-image:url(WallDeskG.jpg);
	}
	.wall{
	position:relative;
	width:100%;
	height:100%;
	background-image:url(WallDesk.jpg);
	display:none;
	opacity:0;
	animation-name: wall1;
	animation-duration: 0.7s;
	animation-timing-function :ease-in;
	animation-delay:1s;
	animation-fill-mode: forwards;
	}

	@keyframes wall1 {
	0% {transform: scale(0.7,0.7);opacity:0;}
	85% {transform: scale(1.2,1.2);opacity:1;}
	100% {transform: scale(1,1);opacity:1;}
	}

	.null{
	opacity:0;
	width:100%;
	height:100%;
	cursor:pointer;
	transition: opacity 0.5s;
	}
	.null:hover {
	opacity:1;
	}
	#container{
	width:100%;
	}
	#frasi{
	display:none;
	}
	#test{
	position:absolute;
	top:100px;
	}
