#simbolo {
	background-image: url('../images/links.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	height: 830px;
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
	height: 1383px;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
}

#sottotitolo {
	width: 480px;
}

.logo {
	width: 200px;
	text-align: right; 
	padding-left: 60px;
}

.link {
	position: relative;
	left: 280px;
	top: -50px;
	text-align: left;
}