body{
    font-family: Tahoma,Verdana,Arial,Sans-serif;
    font-size: 0.9em;
    background: url(img/bg.png) white top left repeat-x;
}

div#container{
    margin: 0 auto;
    width: 960px;
    background: transparent;
}

div#header {
    background: transparent url(img/header_bg.jpg) top center no-repeat;
    height: 150px;
}
div#topbar{
    padding:5px;
    color: #FEA30A;
    border-bottom:1px solid #FEA30A;
    margin-bottom: 10px;
    position:absolute;
    top:150px;
    width:950px;
    background: white;
}
#comune {
    position: absolute;
    margin-left: 150px;
    background: url(img/parabiago.gif) center top no-repeat;
    text-align: center;
    height: 125px;
    text-shadow: 1px 1px white;
}
#comune h2 {
    padding-top: 90px;
}


#topbar a, #topbar a:active, #topbar a:visited {
    font-size:0.85em;
    font-weight:bold;
    color:#333;
    text-decoration:none;
}


div#footer {

    border: none;
    padding: 10px;
    font-size: 90%;
    margin: 0px auto;
    background: url(img/footer_bg.gif) left 30px repeat-x;
    }

    #footer ul {
        padding-left: 15px;
        list-style-type:circle;
                }

                #footer-content {
                    background: url(img/footercnt_bg.jpg) top left no-repeat;
                    width: 960px;
                    height:95px;
                    margin: 20px auto;
                    border-left:10px solid white
                                    }
                                    #footer-content div {
                                        padding-top: 55px;
                                        font-size: 11px;
                                        padding-left:450px;
                                        line-height: 8px;
                                        color: white;
                                                        }


