html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    background: #efefef url("img/tlo.jpg") repeat-x top center;
}

div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -100px;

}

div#header {
    height: 100px;
    background: #ba6f19;
    border-bottom: 1px solid #000;
    padding: 20px;
}



div#content {
    /* margin: 0px 300px 0px 300px;
     width:339px;
      position:relative;
     margin-left:50%;
     left:-368px; */


    padding: 20px;
}

div#left-sidebar {
    position:relative;
    margin-left:130px;
    width: 155px;
    float: left;
    padding: 20px;


}

div#right-sidebar {
 position:relative;
    margin-right:130px;
    width: 155px;
    float: right;
    padding: 20px;

}

div#footer-push {
    height: 100px;
}

div#footer {
    height: 100px;
    background: #ba6f19;
    border-top: 1px solid #000;
    padding: 20px;
}

