body {
	background-color:#E6E3DE;
	font-family: "Trebuchet MS";
	color: #564D48;
	font-size: 10px;
	text-align: center;
	margin:0px;
	padding:0px;
	
}

.contenitore {
	

width:950px;

text-align: center; 
position: absolute; 
top: 50%; 
left: 50%; 
height: 550px; 
margin-top: -274px;  /* La metà della width */
margin-left: -475px;  /* La metà della height */

	

}





a {
	font-size: 12px;
	color: #564D48;
}

a:link, a:visited, a:active{
	text-decoration: none;
	color: #AD8472;
}
a:hover {
	text-decoration: none;
	color: #CC6699;
}