﻿body {
}
div#sfondo
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:180px;
    background-color:White;
}
div#logo
{
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:150px;
    background-color:White;
   
}
div#sezioDia
{
    position:relative;
    top:0px;
    left:0px;
    width:200px;
    height:30px;
    background-color:red;
    
    float:left;
}

div#sezioRub
{
    position:relative;
    top:0px;
    left:0px;
    width:200px;
    height:30px;
    background-color:red;
    float:left;
}
div#sezioSme
{
    position:relative;
    top:0px;
    left:0px;
    width:200px;
    height:30px;
    background-color:red;
    float:left;
}
div#sezioZaf
{
    position:relative;
    top:0px;
    left:0px;
    width:200px;
    height:30px;
    background-color:red;
    float:left;
}