  a{
    background: transparent;
    color: #adb0d1;
  }

  a:hover{
    background-color: transparent;
    color: #202420;
  }

  body {
    background: url("/images/comp_rule.jpg") fixed repeat top left;
    background: url("../images/backgrounds/bkg_665B57.jpg") #665b57 no-repeat fixed right -90px;
    background-color: #665b57;
    color: #bac1c5;
  }

  .footer{
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    color: #202420;
    border: none;
  }

  .page_title{
    background-color: transparent;
    color: #202420;
    font: 3em "Times New Roman";
    position: absolute;
    padding: 0;
    margin: 0;
    padding-right: 150px;
    top: 8px;
    right: 0;
    text-align: right;
    vertical-align: top;
    height: 15px;
    z-index: 0;
  }

  .sub3 {
    text-indent: 1em;
  }

  #header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 130px;
    background: transparent;
    border: none;
  }

  #header ul {
    position: absolute;
    left: 25px;
    bottom: 0px;
    border: none;
  }


  #header ul li{
    display: inline;
    list-style: none;
    margin: 5px;
    padding: 0px;
  }

  #footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
  }

  #container {
    position: absolute;
    top: 135px;
    left: 0px;
    bottom: 80px;
    width: 99%;
    margin-bottom: 20px;
  }

  #leftPanel {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    overflow: auto;
    margin: 0px;
  }

  #rightPanel {
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 245px;
    height: 100%;
    padding-left: 5px;
    overflow: auto;
    margin: 0px;
  }

  #mainPanel {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 300px;
    right: 250px;
    background: transparent;
    height: 100%;
    overflow: auto;
    padding: 5px;
    padding-bottom: 10px;
    margin: 0px;
  }

  #ValidTags {
    position: absolute;
    left: 0px;
    top: 45px;
  }

