<style type="text/css">
#container {
width: 500px !important; /*this is for Firefox. It understands !important*/
width: 450px; /*this is for IE. It skips the above value and reads this*/
}
</style>