﻿html, body {
	height: 100%;
	background-color:#CCCCCC; 
	margin: 0;
	padding: 0;
}

html {
	font-family: Verdana, arial, sans-serif;
	font-size: 76%;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	background-color: #3C3C3C;
	margin: 0 auto;
	width: 990px;
}

html>body #container {
	height: auto;
}

#header {
	position: relative;
	background-color: #CCCCCC;
}

#contenuto {
	padding: 20px 150px 30px 150px;
	background-color: #fff;
}

#centro {
	background-image: url('images/fondoboxnews.png'); 
	padding-bottom: 315px; 
	background-repeat: no-repeat; 
	background-color: #E2E2E2
}

#footer {
	position: absolute;
	height: 143px;
	bottom: 0;
	width: 990px;
	left: 0px;
	background-image: url('images/fondobottomnew.png');
	background-color: #3C3C3C; 
	background-repeat: repeat-x;
}

td img {
	display: block;
}

a {	
	text-decoration: none; 
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
}


.boxservizi {
	border: 1px solid #FCC;
	background-color: #FCF;
	margin: 10px 0px 10px 0px;
}

form {
	margin: 0px;
}

input {
	font-size: 14px;
}

put {
	font-size: 14px;
}

