body {
      text-align: center;
      margin: 0px;
      margin-top: -1px;
      padding: 0px;
      background: url("images/bg.jpg") repeat-x #ebebeb;
    }
    #container {
      width: 779px;
      margin: 0px auto;
      text-align: left;
      background: url("images/repeater.jpg") repeat-y #fff top left;
      border: 1px solid #999;
    }
    #header {
      width: 779px;
      height: 149px;
    }
    #footer {
      width: 779px;
      height: 33px;
    }
    table,td {
      color: #333;
    }
    .darker {color: #000;}
    .blue {
      background: #1118CE;
      color: #fff;
    }
    .orange {
      background: #E58002;
      color: #fff;
    }
    .grey {
    background: #666;
    color: #fff
    }
    .red {
    	background: #B33F09;
    	color: #fff;
    }
   	.lBrown {
   	background: #9E8A6C;
   	color: #fff;
   	}