I still have to get this css working. So for the latest css values check layout2.css
#container    {
               /* width: 640px; */
               width: 100%;
               background-color: #ff0000;
              }
#title        {
               /* width: 140px; */
               width: 20%;
               background-color: #ddffdd;
              }
#content      {
               /* width:500px; */
               width: 80%;
	       background-color: #55FF00;
              }