body {
	height: 100%;
	background-color: #111111;
}
.container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 800px;
}
.half {
	width:50%;
	height:100%;
	float:left;
}
#container1 {
    text-align:center;
}
.trick {
	visibility: hidden;
	width: 100%;
	height: 40%;
	float: left;
}
#tricksplashbox {
	margin-top: -309px; /* meta altezza di splashbox */
}
#splashbox {
	clear: both;
	width: 820px;
	height: 617px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
#left {
	background: transparent url('http://www.terredisanvito.it/media/images/common/bgleft.png');
	min-width: 410px;
}
#right {
	background: #35670e url('http://www.terredisanvito.it/media/images/common/bgright.png');
	height: 120%;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;;
	text-align:center;
}
#boxlogo {
	position:absolute;
	top: 208px;
	left: 201px;
	width: 398px;
	height: 199px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}
