/*stili per il layout fisso*/

html,body {
margin: 0;
padding:0;
background-color:#333333;
font-family: verdana,sans-serif;
font-size: 85%;
color: #333;
text-align: center;  /* centra in IE5.x */
}


a:link {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

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

input        { font-family: Verdana; font-size: 85%; color: #333 }
select         { font-family: Verdana; font-size: 85%; color: #333 }



div#container {
width: 500px;
height: 100%;
margin: 0;
padding: 0;
text-align: left;   /* ripristina l'allineamento */
}


/*stili generici, su header e footer*/

h1,h2 {
margin: 0;
padding:0
}


h1 {
padding-left:0.5em;
font: bold 2.3em/80px verdana,serif
}


h2 {
color: #999;
font-size: 1.5em
}


/*stili specifici per il layout*/

div#testo {
padding: 60;
width: 360px;
background-color: #ceccb6;
}

img {
border: 0;
}
