

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;

}

.testo {

	color:#633a31;
	line-height:18px;
	margin-left:10px;
	
}

.link{
color:#633a31;
text-decoration:underline;
}

.link:hover{
text-decoration:none;
}


#container {

	height: 600px;
	width:900px;
	margin-top: -300px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-position:center;
	background-repeat:no-repeat;
	/*border: solid #FFFFFF 1px;
	padding: 2px;*/
}

.bordo{
border:5px solid #ffffff;

}