
/* CSS Document */

/* CSS Document */
/*stili per il layout fisso con altezza minima*/
html, body
{
    margin: 0;
    padding: 0;
    background-color: #000000;
    background-image: url(../img/bg_rosso.png);
    background-repeat: repeat-x;
    height: 100%;
	text-align:justify
}

body
{
    font-family: arial, sans-serif;
}
div#container
{
    width: 800px;
    height: auto;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
}
body > div#container
{
    height: auto;
    min-height: 100%;
}
#footer
{
    padding: 0;
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

#header
{
    width: 800px;
    margin: 0;
    padding: 0;
    height: 248px;
    background-image: url(../img/sfumatura.png);
    background-repeat: no-repeat;
}

#logo
{
    width: 193px;
    height: 248px;
    position: absolute;
    left: 36px;
}

#headline
{
    width: 535px;
    height: 248px;
    background-color: #FF00FF;
    position: absolute;
    right: 36px;
    float: right;
    z-index: 0;
}


.menu
{
    width: 194px;
    height: 200px;
    background-color: #e5e6ec;
    margin: 0;
    padding: 0;
    text-align: center;
    clear: both;
}

#centrale
{
    width: 800px;
    padding: 0px;
}

.sinistra
{
    width: 194px;
    height: 200px;
    position: absolute;
    left: 35px;
}



#mezzo
{
    width: 535px;
    float: right;
    right: 35px;
    position: relative;
    padding-bottom: 50px;
}

.box_centrale
{
    width: 340px;
    float: left;
}




.box_laterale
{
    width: 180px;
    height: auto;
    background-image: url(../img/titoli_dx/press.png);
    background-position: top;
    background-repeat: no-repeat;
    float: right;
}

.press_area
{
    width: 175px;
    height: auto;
    position: relative;
    top: 40px;
    font-size: 9px;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.box_centrale_due_colonne
{
    width: 530px;
    float: left;
    padding-right: 6px;
    background-image: url(../img/bg_riga_dx.png);
    background-position: top;
    background-repeat: no-repeat;
}
