/* CSS Document */
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}

body {
	background-image: url(images/sfondotheniro.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}

body,td,th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p.testonormale {
	line-height: +2;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -231px;
	top: 119px;
	width: 543px;
}

#menu {
	position: absolute;
	left: 50%;
	margin-left: 328px;
	top: 129px;
	width: 134px;
	z-index: 9;
}

td {
	vertical-align:top;
}

a {
	color:#eaa667;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#993333;
}

.noborder {
	border: 0px;
}

.bigger {
	font-size: 15px;
}

.titolo {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.rosso {
	color:#993333;
}

.newsdata {
	color: #666666;
	font-size: 16px;
}

.newsdatapiccola {
	color: #666666;
	font-size: 10px;
}

.newstitolo {
	color: #FFFFFF;
	font-size: 22px;
}