You could add the following to your #mainWrapper declaration:
border:2px solid #DEDFDF;
border-width: 2px 2px 0 2px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius:10px;
border-top-left-radius:10px;
This will provide rounded corners in FF Safari and Chrome; but will render as square cornered in IE7/8 and Opera.




