﻿#topContent {
    height: 134px;    
    position: absolute;
    top: 16px;
    left: 0px;
}

#leftContent {
    width: 34px;    
    position: absolute;
    top: 150px;
    left: 0px;
}

#mainContent {
  position: absolute;
  top: 150px;
  left: 34px;
  height: 100%;
  background-repeat:repeat-x;
}

#mainContentWide {
  position: absolute;
  top: 150px;
  height: 100%;
  background-repeat:repeat-x;
}

#logoContent {
  position:absolute;
  top: 0px;
  left: 38px;
  background-repeat:no-repeat;
  width: 134px;
  height: 109px;
}

#logoBarContent {
  position:absolute;
  top: 16px;
  left: 0px;
  background-repeat:repeat-x;
  width: 100%;
  height: 109px;
}

#captionContent {
  position:absolute;
  top: 113px;
  left: 38px;
  background-repeat:no-repeat;
  width: 109px;
  height: 43px;
}