@charset "utf-8";
/* CSS Document */

* {
	color:#000 !important;
	border-color:#000 !important;
}

body {
	background:#FFF;
}

div#logo {
	width:650px;
}
div#logo img {
	width:100%;
	margin-bottom:10px;
}

div#wrapper {
	max-width:inherit;
}

div#menu {
	display:none;
}

div#main div#center {
	border:none;
	width:100% !important;
	padding:0;
}
div#main div#center div.top, div#main div#center div.bottom {
	display:none;
}
div#main div#percorso {
	display:none;
}
div#main div#left, div#main div#right {
	display:none;
}

div#credits {
	background:#FFF;
	color:#000;
}
div#credits div.moduletable_menu {
	display:none;
}