html {
	height: 100%;
}

body {
	height: 100%;
	background:#555 url('../images/random_grey_variations.png') repeat top left;
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
	overflow-y:scroll;
}

.frame {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -255px;
	margin-left: -450px;
	width: 900px;
	height: 510px;
	border: 0px solid black;
	background-image: url('../images/tera.jpg');
	box-shadow: 6px 6px 8px #000;
}

.frame .testo {
	position: relative;
	font-weight: bold;
	font-size: 30px;
	top: 530px;
	left: 380px;
}