The feed floats left and fills its container by default. The one CSS rule that centres it instead.
The feed is floated to the left and stretched across it’s containing element by default. You can center the entire feed with the following CSS:#cff{ float: none; }