body
{
    margin: 0;
    background:#2E62F6 url(body_bg.jpg) repeat-y center;
    min-width: 794px;
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    text-align: center;
    font-size:0.7em;
}
#page
{
    width: 794px;
    min-width: 794px; /* Don't allow the browser to make the site unreadable. */
    margin: 0 auto;
    text-align: left;
   
}
#struttura-head
{
    height:234px;
    position:relative;
    background: url(head_bg.jpg) no-repeat;
}
#struttura-head h3
{
    display:none;
}
#indirizzo-struttura
{
    display:none;
}
#extra-menu a
{
    display: block;
    /*border:1px dotted #000;*/
    width:352px;
    height:38px;
    top:7px;
    left:10px;
    position:absolute;
}
#Lang
{
	position:absolute;
	right:8px;
	top:38px;
}
#Lang a img
{
    opacity:.35;
    -moz-opacity:.35;
    filter:alpha(opacity=35);
}
#Lang a:hover img
{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
}
#HeadLinks {
    position:absolute;
	right:118px;
	top:8px;
	font-size:11px;
}
#HeadLinks a
{
	color:#fda;
}
#HeadLinks a img
{
	vertical-align:middle;
}
#HeadLinks a:hover
{
	color:#fff;
}
#HeadLinks a:hover img
{
	opacity:.55;
    -moz-opacity:.55;
    filter:alpha(opacity=55);
}
