﻿body 
{
    text-decoration: none;
}

/*HEADER*/
div#header
{
    height: 0px;
    width: 976px;
}

/*page_base CONTENT*/
div#page_base_content
{
    /*padding-top: 20px;*/
    height: 400px; /*443px;*/
    width: 976px; /*background-color: #000099;*/
    background-image: url('../images_layout_web/Centrale_800.jpg');
}

div#page_base_left_cont
{
    height: 400px; /*443px;*/
    width: 244px;
    float: left;
    overflow: hidden;
    text-decoration: none;
}

div#page_base_left_cont_top_370
{
    height: 25px;
    width: 324px;
    overflow: hidden;
    float: right;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 10px;
}

div#page_base_right_cont
{
    height: 400px; /*443px;*/
    width: 325px;
    float: left;
    overflow: hidden;
    text-decoration: none;
}

div#page_base_right_cont_top_370
{
    height: 25px;
    width: 394px;
    overflow: hidden;
    float: right;
    text-decoration: none;
    margin-left: 0px;
    margin-top: 10px;
}

/*HOME RIGHT MENU*/
div#page_base_right_me
{
    height: 400px; /*443px;*/
    width: 400px;
    float: right;
}

/* in C# stile.... testo contatto
div#testo_contatto
{
    margin-left: 30px;
    height: 150px;
}*/

/* in C# stile.... dati contatto
div#dati_contatto
{
    margin-top: 45px;
    margin-left: 30px;
    height: 140px;
}*/


/* in C# stile.... Safari e Google Chrome
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    div#testo_contatto
    {
        margin-top: 20px;
        height: 130px;
    }
}*/