body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/sfondo.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

#header {
	height: 102px;
	background: url(../img/header_bg.jpg) repeat-x;
	text-align: left;
}

#wrapper {
	width: 850px;
	margin: auto;
}
	
small {
	font-size:12px;
	text-align:center; 
	color:#900;
}

p {
	text-indent:30 px;
	text-align: justify;
	font-style:normal;
	font-size:16px;
}

img	{
	border: none;
}

a:link {
	color: red;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	background-image:url(../images/hover.png); 
	background-repeat:repeat-x;
	text-decoration:none;
}