I noticed that the tabe above the video wasn't being filled out correctly. Here's an example:



It's not the perfect solution, but this will tidy it up a bit.
In templates/view_video.tpl line 20
Find:
<TD style="PADDING-bottom: 10px" width=414 align=center>
And replace with:
<TD style="PADDING-bottom: 10px" width="100%" align=center>
Hope this helps.