﻿#tv_wrapper {
  width: 800px;
}

#tv_left {
 float:left;
 width:250px;
 text-align: left;
 }
 
 #tv_right {
 float:right;
  width:540px;
 }
 
 .center {
 text-align:center;
 }
