body
{
margin-top:20px;
}

#main
{
width:1000px;
height:800px;
margin:auto;
}



/* i componenti in alto accanto al logo */
#widget
{
position:relative;
top:-110px;
width:350px;
right:-650px;
}

#site_search
{
position:relative;
top:-80px;
width:350px;
right:-650px;
}



/* il blocco col logo widget e search */
#head
{
height: 85px;
}


/* il menu principale */
#nav
{
position:relative;
top:0px;
}


#subMenu
{
width: 200px;
float: left;

}


#content
{
position: relative;
width: 550px;
float: right;
left:-230px;
min-height: 420px;
}

#footer
{
clear:both;
position: absolute;
bottom:0px; 
width:1000px;
}

#lifezero
{
clear:both;
width: 150px;
position:absolute; 
bottom:50px; 
}

#article
{
width:50px;
position: absolute;
float: right;
top: 25px;
right:-150px;
}

