  body {
	/* background: url(background.jpg) no-repeat fixed center bottom #FBFBF7; */
	color: #3B3B3B;
	text-adign: center;
	margin: 0;
	height: 100%;
  }
  #wrp {
	height: auto;
	margin: 0 auto -100px;
	min-height: 100%;
	padding: 0;
	text-align: left;
	width: 1000px;
  }
  #hd {
	background: url(header-border.gif) no-repeat fixed center top transparent;
	height: 161px;
	position: relative;
	width: 1000px;
  }
  #hd-top {
	background: url(header-content.gif) no-repeat scroll center bottom transparent;
	height: 161px;
	position: relative;
	width: 1000px;
  }
  #hd-inner {
	margin-top: 50px;
	text-align: center;
  }
  h1 {
	font-family: helvetica;
	font-size: 16px;
	font-weight: normal;
  }
