  html, body, #oFixed {
    margin        : 0;
    padding       : 0;
    height        : 100%;
  }

  body {
    font-size     : 100%;
    background    : #FFFFFF;
  }

  #oTopBar {
    position      : absolute;
    left          : 50%;
    top           : 0;
    z-index       : 3;
    width         : 170;
    border        : none;
	margin-left: 200px;
	height: 170;
  }

  #oFixed {
    position      : absolute;
    left          : 0;
    top           : 0;
    z-index       : 1;
    width         : 0px;
    border        : none;
    overflow      : hidden;
  }

  #oFixedContent {
    position      : absolute;
    left          : 0;
    top           : 0;
    z-index       : 2;
    bottom        : 0;
    width         : 0px;
    overflow      : auto;
    border        : none;
  }

  #oFixedContent div {
    border        : none;
  }

  #oContent {
    position      : absolute;
    left          : 0;
    top           : 0;
    z-index       : 1;
    width         : 100%;
    border        : none;
    min-height    : 100%;
  }

  #oContentContent {
    margin        : 0 0 0 0;
    background    : #fafaf8;
	WIDTH: 100%; 
	text-align: center; /* IE center */
  }

  #spacerBar {
    width         : 740px;
    border        : none;
  }


