/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/* html * {	zoom:100%; /* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/	}/* without the above hack, IE6 does not draw the header until the page is resized *//* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */* {	margin:0;	padding:0;	}
body {	text-align:center; /* IE6 needs this to center the layout in the browser window */
	 background: url(../img/bg_banner_c.gif) repeat-x;	}
#footer{
	clear:both;
	background: url(../img/bg_footer_2.jpg);
	height:200px;
	}
#w-footer{
	clear:both;
	background: url(../img/bg_footer_2.jpg);
	height:200px;
	width:880px;  /*widths of columns will change proportionately as this width is changed */	margin-left:auto;  /* centers layout in browser */	margin-right:auto; /* centers layout in browser */	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}