#header {

  /*border-color: #f00;*/
  width: 100%;
  padding: 5px 0;
  /*background: #ffffc0 url(http://futuregold.org/gifs/bg_star1.gif) repeat;*/
  /* background: #fff url(http://futuregold.org/gifs/) no-repeat 50px 7px; */
  /* use above line for a fixed header image position */
  /* "jello" BG is made to be in fixed position here */

}


.header {

  color: #00c;
  text-align: center;

}

/*\*/

* html .header {

  background-position: 10px 3px;

}

/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

/**/
.header span {

  color: #000000;

}
