html { height: 100%; margin-bottom: 1px;}

body { margin: 0;
        font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #686e72;
        font-weight: normal;
        }

table.main_container {
        background:#000;
        width: 100%;
        height: 100%;
        margin: 0;
        }

/*  MAIN PARTS +++++++++++++++++++++++++++++++++++++ */

td.top_name {
                /*background-image: url('../content/img/thierry_logo.gif') no-repeat;   */
                 background:#000;
         height: 28px;
         padding-top: 7px;
         /*font-family: Helvetica, Trebuchet, Verdana, Arial,  sans-serif;
         font-size: 16pt;
         color: #f9f9f9;
         text-transform: capitalize;
         padding-left: 12px;*/
         }
td.top_menu {
         background:#000;  border: 1px solid #fff;
         height:  38px;
         }

td.middle {
                        background:#494949;
                        /*border-top: 1px solid #f5f5f5;*/
            padding-top: 25px;
            margin-left: 20px;
            }


/*  DIV CONTENT +++++++++++++++++++++++++++++++++++++ */

#content {
               padding: 0px;
               margin-left: 9px;
               margin-right: 12px;
               }