body
{
	background			: #2E2251;
	font-family			: Verdana, sans-serif;
	font-size			: 11px;
	text-align			: center;
	color				: #FFF;
	margin				: 0;
	
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

img
{
	border				: 0;
}

a:link,
a:visited
{
	color				: #FFF;
	text-decoration			: none;
	font-weight			: bold;
}

a:hover
{
	color				: #8F6CE2;
	text-decoration			: underline;
}

#div_homepage
{
	background			: url('../_pics/homepage/homepage.jpg');
	background-repeat		: no-repeat;
	margin				: auto;
	width				: 631px;
	height				: 525px;
	position			: relative;
}

#div_homepage h1.ute_legno {
	position				: absolute;
	bottom				: 10px;
	font-size				: 9px;
	width				: 631px;
	text-align			: center;
	
}

#div_homepage h1.ute_legno,
#div_homepage h1.ute_legno a:link,
#div_homepage h1.ute_legno a:visited {
	font-weight				: normal;
}

#div_homepage h1.ute_legno a:hover {
	text-decoration		: underline;
	color						: #FFF;
}

#keys_ita,
#keys_eng {
   position          : absolute;
   top               : 310px;
   width             : 280px;
   font-size         : 17px;
   letter-spacing    : -1px;
}

#keys_ita {
   left              : 30px;
}

#keys_eng {
   right              : 30px;
}

#keys {
   color             : #FFF;
	position			: absolute;
	width            : 611px;
	left             : 0;	
	top              : 285px;
	font-size        : 14px;
	letter-spacing      : -1px;
	padding                : 15px;
	background-color       : #CCC;
}

#menu
{
	position			: absolute;
	margin				: auto;
	bottom				: 35px;
	left				: 90px;
}

#menu table td
{
	padding				: 10px;
}

