html {
    overflow: auto;
    background: #f0f0f0;
}

html:not(:nth-child(1)) { overflow: visible; }

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    font: 16px/120% 'Times New Roman', sans-serif;
    color:#686158;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
body a{color:#686158;}

#header {
    color: #FFF;
    position: absolute;
    top: 0;
    margin:0 auto;width:980px;
    z-index: 1000;
    left: 0;
}
#header div{display:none;}

#container {
    margin:0 auto;width:980px;
    overflow: hidden; /*!!!*/
    float: left; /* IE 5.01 */
    float/**/: none;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: #fff;
    position: relative;
    background-image:url(images/background-3.png);background-position:top center;background-repeat: no-repeat;
}

* html #container { overflow: visible; }

#left, #right, #content {
    float: left;
    position: relative;
    padding-bottom: 110px !important;
}

/*\*/
/*
#left, #right, #content {
    padding-bottom: 1000em !important;
    margin-bottom: -997em !important;
}
/**/

@media all and (min-width: 0px) {
    #left, #right, #content {
        margin-bottom: 0 !important;
        padding-bottom: 110px !important;
    }

    #left:before, #right:before, #content:before {
        content: 'EasyClearing';
        display: block;
        background: inherit;
        padding-top: 1000em !important;
        margin-bottom: -1000em !important;
        height: 0;
    }
}

#container:after {
    content: 'EasyClear';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container { display: inline-block; }
/*\*/
#container { display: block; }
/**/



#content {
    width: 100%;
}

.column {
    padding-top: 420px !important;
    padding-bottom: 80px !important;
}

#footer {
clear:both;
    position: relative;
    z-index: 10;
    height: 6em;
    margin-top: -7em;
    width: 100%;
    background: ;
}
#footer div{ margin:0 auto;width:980px;text-align:center;}
#footer #rightinfo {
    border-top:1px solid #686158;
    margin-top:10px;
}
#footer #copyright {
    padding:10px 0;
}

body #container #content #page-index {margin:0 auto;width:950px;text-align:center;}
body #container #content #page-index div{border:0px solid #000;}
body #container #content #page-index a{width:100%;height:180px;padding-bottom:20px;display:block;}
body #container #content #page-index img{width:220px;border:none;}
body #container #content #page-index img:hover{width:250px;}
body #container #content #page-index table td {width:20%;font-size:1.2em;font-weight:bolder;}
body #container #content #page-index table td.tdimg{width:30%;}
body #container #content #page-index #main-menu-left{float: left; width:48%;text-align:left;}
body #container #content #page-index #main-menu-right{float: right; width:48%;text-align:right;}

