#div_top {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 50%;
	margin-right: -488px;
	width: 976px;
	height: 300px;
}

#div_menu {
	position: absolute;
	z-index: 2;
	top: 300px;
	right: 50%;
	margin-right: -488px;
	width: 976px;
	height: 67px;
	background: url(../images/menu_sfondo.gif);
}

#div_sfondo {
	position: absolute;
	z-index: 3;
	top: 367px;
	right: 50%;
	margin-right: -488px;
	width: 976px;
	background-color: #FFFFFF;
}

#div_contenuto {
	position: relative;
	z-index: 4;
	width: 936px;
	margin-top: 70px;
	margin-left: 20px;
}

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.fontBlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e64c8;
}

.fontBianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b2b2b2;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #262626;
	background-image: url(../images/background_sfondo.gif);
	background-repeat: repeat-x;
}