/* Web UI html and body structure */

html {
    height: 100%;
}

body {
    margin: 0em;
    color: #a0a0a0;
    background-color: #818286;
    background-image: url("/skins/pics/background_ekinops_small.png"), url("/skins/pics/background.jpg");
    background-position: bottom 40px right 45px, left top;
    background-repeat: no-repeat;
    background-size: 355px, cover;
    padding: 0px;
}

body, a, table, td, th, div, span {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 13px;
}
