
body {
	margin:0;
	padding:0;
	background-color:#e87b14;
	min-height:280px;
	min-width:582px;
	height:100%;
	position:relative;
}

html {
	height:100%;
}
.testo {
	color:#666666;
	font-size:1ems;
}
.elementoLista {
	clear:both;
}
#contenitore {
	margin-left:-291px;
	margin-top:-140px;
	left:50%;
	top:50%;
	width:582px;
	height:280px;
	position:absolute;
}
#contenitore img {
	border:0;
}
.nascondiParole {
	display:none;
}