li {
 background:none;
 }
 
#header h1 {
 font-size: 30px;
 }
   
#tv_container{
  float:left;
  width:516px;
  border-left:119px solid #FFF; » 
  /* The width and color of the left rail */
  border-right:112px solid #FFF; » 
  /* The width and color of the right rail */
}
#tv_leftRail{
  float:left;
  width:119px;
  margin-left:-119px;
  position:relative;
}
#tv_center{
  float:left;
  width:516px;
  margin-right:-516px;
}
#tv_rightRail{
  float:right;
  width:112px;
  margin-right:-112px;
  position:relative;
}

