﻿body 
{
    color: White;
    text-decoration: none;
}

/*HEADER*/
div#header
{
    height: 28px;
    width: 976px;
    background-image: url('../images_layout_web/FASCIA_ARANCIONE.jpg');
}

/*HOME CONTENT*/
div#home_content
{
    /*padding-top: 20px;*/
    height: 355px; /*443px;*/
    width: 976px; /*background-color: #000099;*/
    background-image: url('../images_layout_web/HOME_CENTRALE.jpg');
}

/*HOME LEFT MENU*/
div#home_left_menu
{
    height: 220px; /*443px;*/
    width: 191px;
    float: left;
    padding-top: 107px;
}

/*HOME CENTRAL E DESTRA CONTENT*/
div#home_central_dx_content
{
    height: 309px; /*443px;*/
    width: 782px;
    float: right;
    text-decoration: none;
    padding-top: 18px;
}

div#home_left_cont
{
    height: 300px; /*443px;*/
    width: 394px;
    float: left;
    overflow: hidden;
    text-decoration: none;
}

div#home_right_cont
{
    height: 300px; /*443px;*/
    width: 193px;
    float: left;
    overflow: hidden;
    text-decoration: none;
}

/*HOME RIGHT MENU*/
div#home_right_menu
{
    height: 210px; /*443px;*/
    width: 192px;
    float: right;
    padding-top: 92px;
}
