.right {
float: right; 
width: 200px;
padding: 0px;
position: relative; /*** IE needs this  ***/
}
* html #right {
margin-right: -200px; /*** IE gets this margin. ***/
}

#sunframe 
{
width: 590px ;
position: relative;
margin-left:166px;
margin-right: auto ;
}
div.restofpage
{
float:right;
 width: 590px ;
}