#news {
	color: #ff00ff;
	font-weight: bold;
}

#left {
	float: left; 
	background-color: yellow;
	height: 800px;
	width: 200px;
}

#top {
	float: right;
	background-color: #c0c0c0;
	height: 80px;
	width: 1200px;
	padding: 30px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	font-size: 30px;
}

table {
	border-style: solid;
	border-width: 4px;
	border-color: red;
	
	position: absolute;
	left: 400px;
	top: 200px;
	bottom: 600px;
}

th, td {
	border-style: solid;
	border-width: 2px;
	border-color: red;
}

img {
	height: 200px;
	width: 200px;
}

#bottom {
	border-style: solid;
	border-width: 2px;
	background-color: #7fffd4;
	height: 200px;
	padding: 10px;
	text-align: center;
	
	position: relative;
	bottom: 200px;
	top: 600px;
}

#sito {
	font-style: italic;
	color: #ff00ff;
}

#p {
	position: absolute;
	margin-left: 700px;
}

#telefonini {
	font-style: italic;
}