#main {
  left:         150px;
  margin:       0 10px;
  padding:      0 10px;
  position:     absolute;
  top:          112px;
  width:        610px;
  }

/* The "Tan" hack to fix IE5.x/Win box model problem */
* html #main {
  width:  650px; 
  w\idth: 610px;
  }



