@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	background:#052cfe;
	background:url(sfondo.jpg) no-repeat;
	overflow:auto;
}

a img {
	border:none;
}

h3 {
	font-size:12px;
	font-weight:normal;
}

#main {
	width:550;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.menu {
	list-style:none;
	padding-top:30px;
	margin:0 auto;
	width:900px;
	clear:both;
}

.menu li {
	float:left;
	width:33%;
}

.menu li.newLine {
	clear:left;
}

.menu li a span, h3 span {
	display:none;
}

#logoSmall {
	clear:both;
	text-align:center;
	background-color:#102e84;
	background-image:url(/martino/sfondo-logo-small.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:10px 4px 0 0;
	height:45px;
}

#logoSmall span {
	display:none;
}
