body {
	width: 1000;
	background-color: Black;
	color: White;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
}
a {
	color: Silver;
}
a.link {
	color: White;
	font-size: 16px;
	font-weight: bold;
}
div#container
{
width: 1000px;
	position: relative;
}
td {
width: 200px;
}
div#marchio
{
	position: absolute;
	right: 100px;
}

div#navigation
{
	position: absolute;
	top: 200px;
	left: 0;
	width: 150px;
}

div#extra
{
	position: absolute;
	top: 200px;
	right: 0;
	width: 150px;
}

div#content
{
	position: absolute;
	width: 600px;
	left:200px;

}
div#content2
{
	position: absolute;
	width: 300px;
	left:0px;

}
div#content3
{
	position: absolute;
	width: 300px;
	right:0px;

}
div#prolog
{
	position: relative;
	bottom:0px;
}






