#intestazione {
    position: relative;
    margin-top: 3px;
}

#logo {
    position: absolute;
    left:0;
    top: 0;
    right: 0;
}

#logo > img {
    opacity: 0.4;
    height: 150px;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#gradient {
    min-height: 13em;
    width: 100%;
    /*border-radius: 5px;*/
    background: -webkit-radial-gradient(15% 80%, rgb(0, 83, 159), yellow, rgb(130, 223, 255)); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(15% 80%, circle, rgb(0, 83, 159), rgb(130, 223, 255)); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(15% 80%, circle, rgb(0, 83, 159), rgb(130, 223, 255)); /* For Firefox 3.6 to 15 */
    /*background: radial-gradient(circle at 15% 80%, rgb(0, 83, 159), rgb(130, 223, 255));  Standard syntax (must be last) */
    background: radial-gradient(circle at 15% 80%, rgb(0, 83, 159), rgb(130, 223, 255)); 
}


#brand
{
    position: absolute;
    left:25pt;
    top:25pt;
    right: 25pt;
    font-family: Cinzel;
    color: white;
    opacity: 0.99;
    filter: alpha(opacity=99); /* For IE8 and earlier */
}

#brandmain1
{
    display: block;
    width: 45em;
}

#brandmain2
{
    position: relative;
}

#brandsub1
{
    font-size: 5.0em;
    line-height: 1.0em;
}

#brandsub2
{
    display: block;
    font-size: 1.3em;
    line-height: 0.95em;
    left: 7em;
    top: 6pt;
    position: absolute;
}

.x1  { font-size: 1.0em; line-height: 1.0em;}
.x1h { font-size: 1.5em; line-height: 0.75em;}
.x2  { font-size: 2.0em; line-height: 1.0em;}
.x2h { font-size: 2.5em; line-height: 2.25em;}
.x3  { font-size: 3.0em; line-height: 1.0em;}
.x3h { font-size: 3.5em; line-height: 1.1em;}
.x4  { font-size: 4.0em; line-height: 1.1em;}
.x6  { font-size: 6.0em; line-height: 1.0em;}
.x8	 { font-size: 0.75em; line-height: 0.75em;}


.small          { font-size: 0.85em; }
.smaller        { font-size: 0.80em; }
.smallest       { font-size: 0.7em;  }
.tiny           { font-size: 0.65em; }
.smallcaps      { font-variant: small-caps; word-spacing: -0.25em; }
.justify        { text-align: justify; width: auto; }
.center         { text-align: center; }
.paglierino     { background: #fffffb; }
.arancio-chiaro { background: #fff9f5; }
.aranciosslmit  { background: #ff7d18; }
.blu-dit        { background: #00539f;}


#menu2 {
    min-height: 13em;
    bottom: 0;
    right: 0;
    width: 100%;
}
#menu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.33);
}


.white-link, a.white-link:hover, a.white-link:visited, .white-link > a, .white-link > a:hover, .white-link > a:visited  {
    color: white;
}
