body {
  margin: 0;
  width: 100%;
  height: 100%;
    background-color: #ccc;
    background-image:url(../lib/themes/crispin/images/panelbar.png);
    background-position:0 top;
    background-repeat:repeat-x;
    overflow: hidden;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #6EAFC5;

    position: absolute;
    top: 0px;
    z-index: 2;
    
    font-size: 30px;
    line-height: 30px;
    padding: 13px 0px 0px 13px;
    font-weight: bold;
}
#contentBg {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background-image:url(../lib/themes/crispin/images/tabbar.png);
  background-position:0 bottom;
  background-repeat:repeat-x;
  position: absolute;
  bottom: 0px;

}
#content {
  position: absolute;
  bottom: 0px;
  padding-left: 185px;
}

.jxBarContainer {
  width: auto;
  background-image: none;
  background-color: transparent;
}