first solution that comes in mind it's to set a min height for the sidebar.
you can do this by adding the following code to #contentright or #sidebar:
Code:
height:auto !important;
height:{value}px;
min-height:{value}px;
another tip: install IE Developer Toolbar for future debugs.