Basic or standard css setup for browsers

Is there a standard or basic ccs template for use with IE and FF? :glasses:

I have always used something like this and it seems to work. Is there anything better?


BODY { 
 margin: 0px 0px 0px 0px;
 /*background-color: #FFFFFF;*/
 background-image: url('../images/main_bg.jpg'); 
}
html, body { 
  margin: 0; 
  padding: 0px;
  text-align: center; 
} 
#wrap { 
  margin: 0 auto; 
  width: 775px; /* put the total with of that site */ 
} 
.page {
 position: relative;
 width: 775px; 
 margin: 0 auto; 
 text-align: left; 
}