html {
		height: 100%;
		overflow: hidden;
	}
	#flashcontent {
	float:right;
	width:580px;
	height:500px;
	}

body {
background-color: Black;
		color: White;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
}

div#container
{
   position:relative;
	width: 800px;
	height: 500px;
	border: 1px solid White;
	background-color: #181818;
	text-align: center;
}
table#container
{
	width: 800px;
	height: 500px;
	border: 1px solid White;
	background-color: #181818;
	text-align: left;
}


div#menu
{
float:left;
width:200px;
color:white;
text-align: left;
font: 9px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
height: 600px;
}


div#content
{
	float:right;
	width:600px;
	background-color: #181818;
	text-align: center;
	height: 500px;
	
}

span#testo
{
	text-align: left;
	color: White;
	font-family: Arial;
	font-size: 12px;
}


a
{
color:white;
}
