body {
	background-color: #000;
}
#container {
	background-color: #C0C0C0;
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../immagini/sfondo-pagina-sponsor.png);
	background-repeat: no-repeat;
	background-position: center;
}
#container_logo {
	position: relative;
	height: 90px;
	width: 76px;
	top: 20px;
	float: left;
	z-index: 9;
	left: 48px;
}

#container_link {
	top: 150px;
	height: 200px;
	width: 120px;
	padding: 0px;
	position: relative;
	z-index: 10;
	visibility: visible;
	float: left;
	right: 50px;
}

#container_titolo {
	float: right;
	height: 100px;
	width: 650px;
	position: relative;
	top: 10px;
	right: 20px;
	background-color: #FF0;
}
#container_sponsor {
	height: 480px;
	width: 740px;
	top: -100px;
	position: relative;
	z-index: 8;
	float: right;
}
