@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #333333;
}

#heading {
	background-image: url(immagini/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 52px;
	padding: 0px;
	color: #999999;
	text-align: center;
	width: 720px;
	margin: 0px;
}
#contenuti {
	background-image: url(immagini/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#prefooter {
	background-image: url(immagini/prefooter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#link {
	color: #FFFFFF;
	margin: 0px;
	width: 100%;
	text-align: center;
	height: 200px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tutto {
	padding: 0px;
	height: auto;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	color: #ffffff;
}
#time td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
