/* CSS Document */

#page {
	text-align:left;
	min-width: 800px;
	width:964px;
	height:900px;
	margin:0 auto;
	left: 0px;
	top: 0px;
	z-index:1;
	position:relative;
	overflow: visible;
}

#masthead {
  background: url('./images/masthead_new.jpg') no-repeat center top;
  position: absolute;
  height: 157px;
  width: 960;
  margin-top: 0px;
  left: 11px;
  top: 0px;
  z-index: 1;
  overflow:visible;
  float: center;
}


#logo {
  height: 157px;
  float: center;
}

#slogan {
  float:inherit;
  /*height: 120px;*/
}
