#Welcome
{
    float:left;
    width:245px;
	height:482px;
	position:relative;
	color:#666;
}
#show
{
    float:left;
}
#Contenuto
{
    
    background: url(images/contenuto_bg.gif) center;
}
#Container
{
    width: 920px;
    height: 486px;
    position:relative;
    margin:0 auto;
    background-color: #333;
    border-bottom:solid 1px #000;
}
#Logo
{
    opacity:.75;
    -moz-opacity:.75;
	filter:alpha(opacity=75);
    
    margin:100px 0 20px 37px;
    
}
#Menu
{
    margin:10px 0 0 15px;
}
#Menu a
{
    display:block;
    float:left;
    margin:5px 15px 0 10px;
    /*
    opacity:.00;
	-moz-opacity:.00;
	filter:alpha(opacity=00);
*/   
}
#Menu a:hover
{
    opacity:.55;
	-moz-opacity:.55;
	filter:alpha(opacity=55);
}
#Nav
{
    margin:0 0 0 30px;
}
#Nav a img
{
    margin:0 12px 0 12px;
    opacity:.55;
	-moz-opacity:.55;
	filter:alpha(opacity=55);    
}
#Nav a:hover img
{
    opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
    
}
#Welcome span a
{
    color:#666;
}
#Welcome span a:hover
{
    color:#999;
}
#Welcome span
{
	position:absolute;
	bottom:0;
	right:12px;
	font-size:12px;
}