@charset "utf-8";

html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    font: normal 13px/21px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #323232;
}

header, nav, section, article, aside, footer {
    display: block;
    margin: 0;
}


.wrapper-ml {
    min-height: 100%;
/*    min-width: 1200px;
*/

    max-width: 10000px;

    margin: 0;
    position: relative;
    overflow: hidden;
    font: normal 13px/21px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #353535;
}


.container-ml {
/*
    width: 1000px;
*/
    margin: 0 auto;

    text-align: left;
    position: relative;
    font: normal 13px/21px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #353535;
}

.Pre-Footer {

    height: 4px;

    padding: 0;
    margin: 0;

    position: relative;
    overflow: hidden;
    display: block;

    text-align: left;
    color: #323232;
    background: #9000f0;
}

.fb-root-ml {
    font: normal 13px/21px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #353535;
}

.fb-reset-ml {
    font: normal 13px/21px "Scada_no","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #353535;
}


