#header {
  background: #fff url('header.png') no-repeat;
  width: 950px;
  height: 200px;
}

#header h1 {
  position: absolute;
  top: 80px;
  left: 665px;
  text-align: center;
  width: 230px;
  font-size: 1.3em;
}

#header a {
  color: #fff;
  font-weight: normal;	
}

#header a:hover {
	text-decoration: none;
}

#header h2 {
  position: absolute;
  top: 130px;
  left: 120px;
  width: 135px;
  margin: 0;
  padding: 0;
  font-size: .7em;
  text-align: center;  
}
