body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(images/sfondo_index.gif);
	background-repeat: repeat-x;
	background-color: #E4E4E4;
	font-family: "Trebuchet MS";
}
#container {
	width: 780px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}
#flash {
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#skip {
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
p.skip {
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	padding: 5px 0px 0px;
}
a.skip {
	text-decoration: none;
	color: #FFFFFF;
}
a.skip:hover {
	text-decoration: underline;
}
#bottom {
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bottom_index.gif);
	background-repeat: no-repeat;
	height: 91px;
}

