  body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #161616;
    }

  #mainFrame {
    width: 778px;
    margin: 0px auto 0px auto;
    text-align: left;
    border-width: 1px;
    border-color: #585858;
    border-style: none solid none solid;
    background-color: Black;    
    background-image: URL('/_images/body.background.png');
    background-repeat: repeat-y;
    overflow: hidden;
    }

  #bodyHeader {
    margin: 0px;
    padding: 0px;
    height: 85px;
    background-color: #a02c19;
    background-image: URL('/_images/header.background.jpg');
    background-repeat: no-repeat;
    position: relative; 
    z-index: 199;
    }

  #headerLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 200;
  }

  #bodyMenu {
    margin: 0px;
    height: 25px;
    padding-bottom: 10px;
    background-color: #a02c19;
    background-image: URL('/_images/menu.bottom.png');
    background-repeat: repeat-x;
    background-position: 0% 100%;
    position: relative; 
    z-index: 100;
    }

  #bodyLeft {
    width: 160px;
    float: left;
    padding: 8px;
    min-height: 200px;
		height: 200px;
    }
  
  #bodyLeft[id] { height: auto; }

  #bodyBanner { 
    float: none;
    background-color: #999999;
    width: auto;
    padding: 0px;
    background-image: URL('/_images/banner.background.png');
    background-repeat: repeat-y;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  #bodyBanner div#Banner {
    text-align: center;
    background-image: URL('/_images/banner.reklama.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 20px;
  }

  #bodyMain {
    width: 400px;
    float: left;
    padding: 10px;
    overflow: hidden; 
    }

  #bodyRight {
    width: 160px;
    float: right;
    padding: 8px;
    overflow: hidden;
    }

  #bodyFooter {
    clear: both;
    background-color: #333333;
    padding: 5px;
    color: #999999;
    text-align: center;
    }