body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: #000000;
	border: 0;
	margin: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0;
}

h3 {
	color: #cc0000;
	text-align: center;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
}

div#contenitore {
	width: 800px;
	margin: auto;
	margin-top: 30px;
}

div#diavola {
	background-image: url('../immagini/interfaccia/intro.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 524px;
}

div#concerti {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
}

div#concerti table {
	margin: auto;
}

td.concertiSX {
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}

td.concertiDX {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

div#menu {
	margin-top: 20px;
	margin-left: 130px;
	text-align: center;
}

div#copyright {
	text-align: right;
	margin-right: 30px;
	color: #444444;
}

div#copyright a {
	color: #444444;
	font-weight: bold;
}

div#copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}