
body {
  overflow: hidden;
}

.DivBase {
  max-width: 1300px;
  min-width: 850px;
  margin-left: auto;
  margin-right: auto;
  background-color: #CCCCCC;
}

  .DivPanel {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #75BAFF;
    background-color: #B9DCFF;
    border-radius: 8px;
  }

    .DivListHead {
      height: 24px;
      bottom: auto;
      background-image: url('../../../Images/Images/title.jpg');
      background-repeat: repeat-x;
      background-position: center;
      color: #FFFFFF;
      text-indent: 4px;
    }
    
