HTML {
	margin: 0px;
}

BODY {
	margin: 0px;
	background-color: #022E49;
}

IMG {
	border: 0px;
}

#container {
	width: 940px;
	height: 690px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.testo {
	color: #022E49;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
}

#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	background-color: #022E49;
	text-align: center;
}

#footer A {
	color: #FFFFFF;
	text-decoration: none;
}

#footer A:hover {
	text-decoration: underline;
}

#skip {
	text-align: right;
	width: 940px;
	background-color: #022E49;
}

#skip A {
	color: #FFFFFF;
	text-decoration: none;
}

#skip A:hover {
	text-decoration: underline;
}