html, body {
	background-image: url(bg.jpg);
}

#container {
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	background-image: url(cazanardi.jpg);
	border: none;
	top: 0px;
	margin-top: 0px;
}

#text {
	width: 200px;
	height: 100px;
	margin-left: 63px;
	margin-top: 50px;
}

#text a {
	color: #666;
	list-style-type: none;
	text-decoration: none;
	font: 12px Arial;
}
