body,html {
	height:100%;
	margin:0;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	background-color: #336699;
	padding:0;
	margin:0;
}

#box {
	width:800px;
	height:600px;
	position:absolute;top:50%;left:50%;
	margin:-300px 0 0 -400px;
	border: 2px solid #204060;
}
.texter{
	text-align: center;
	margin-top: 5px;
}

#testo a {
color: #204060;
	float: none;
	clear: both;
	text-align: center;
	text-decoration: none;
}