/* 
Foglio di stile Home Page (Cartucciopoli.it)
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content_area{
    padding-left:1em;
    padding-right:0em;
    text-align: center;
}

#main_home{
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
    width:585px;
}
.clearboth { clear: both;}

.item{
    position:relative;
    float:left;
}

.bottom_item{
    position:relative;
    float:left;

    width:146px;
    height:120px;
    line-height: 120px;
    background-repeat:no-repeat;
}

#item8{background-image:url(../images/home_08.png);}
#item9{background-image:url(../images/home_09.png);}
#item10{background-image:url(../images/home_10.png);}
#item11{background-image:url(../images/home_11.png);}

img{vertical-align:middle;}





