/* === Clearfix Hack === */
.clearfix:after, #main:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix, #main {
/*display: inline-block;*/
}
/* === End Clearfix Hack === */
* { zoom: 1.0; }
html, body {
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0; 
}
body {
    background: #FFF url(../images/texture2.gif) repeat scroll 0 0;
    color: #350000;
    font-family: Verdana, sans-serif;
    font-size: 87.5%;
    text-align: center;
}
#container {
    background-color: #FFF;
    /*height: 100%;*/
    margin: 0 auto;
    position: relative;
    width: 980px;
    
    height: 571px;
    clear: left;
}
body>#container {
    /*height: auto;
    min-height: 100%;*/
}
#main {
    width: 100%;
}
h1, h2 {
    margin: 0;
    padding: 0;
}
h1 {
    background-image: none;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0px 0 0;
    height: 0 !important;
    height /**/: 0px;
    
    display: block;
    width: 0px;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0 0;
    height: 0 !important;
    height /**/: 60px;
    display: block;
}
#podere h2 {
    margin-left:50px;
    margin-top:150px;
}
#ristorante h2 {
    margin-right:50px;
    margin-top:270px;
}
#podere h2 a:link, #podere h2 a:visited, #podere h2 a:hover, #podere h2 a:active {
    background-image: url(../images/index_title_podere.gif);
    background-position: top left;
}
#ristorante h2 a:link, #ristorante h2 a:visited, #ristorante h2 a:hover, #ristorante h2 a:active {
    background-image: url(../images/index_title_ristorante.gif);
    background-position: top right;
}
#podere, #ristorante {
    float: left;
    width: 50%
}
a.sfondo:link, a.sfondo:visited, a.sfondo:hover, a.sfondo:active {
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 460px;
}
#podere a.sfondo:link, #podere a.sfondo:visited, #podere a.sfondo:hover, #podere a.sfondo:active {
    background-image: url(../images/index_bg_podere.jpg);
    padding: 290px 0 0;
    height: 0 !important;
    height /**/: 290px;
    margin-bottom:35px;
    margin-top:-45px;
    *margin-top:-10px; /* IE hack */
    float: left;
    z-index: 1;
}
#ristorante a.sfondo:link, #ristorante a.sfondo:visited, #ristorante a.sfondo:hover, #ristorante a.sfondo:active {
    background-image: url(../images/index_bg_ristorante.jpg);
    padding: 254px 0 0;
    height: 0 !important;
    height /**/: 254px;
    margin-top:-376px;
    float: right;
}
#footer {
    background-color: #564325;
    /*bottom: 0;*/
    color: #FFF;
    font-size: 0.8em;
    /*left: 0;*/
    line-height: 3em;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    width: 100%;
}
ul {
    padding: 0;
}
#podere ul {
    margin-left: 50px;
    text-align: left;
}
#ristorante ul {
    margin-right: 50px;
    text-align: right;
}
li {
    display: inline;
    padding: 0 0.5em;
}
li a:link, li a:visited, li a:hover, li a:active, span.nolink {
    color: #350000;
    font-family: Georgia, serif;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    z-index:100;
}
li a:hover, li a:active {
    text-decoration: underline;
}

#distance { 
    width:1px;
    height:50%;
    background-color:#fc6;
    margin-bottom:-286px; /* half of container's height */
    float:left;
}