body {
  height: 100%;
  width: 100%;
}

#backgroundWrapper{
	float: left;
	width: 100%;
	height: 100%;
	backgroud-color: transparent;
	background-image: url(../images/masthead_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainWrapper{
	margin: 0 auto;
	width: 950px;
	clear: both;

}

#footerWrapper{
  float: left;
  width: 100%; 
	height: 210px;	
}

#footer{
  margin: 0 auto;
  width: 950px;
	clear: both;
	height: 210px;
}

#header{
  height: 100px;
	float: left;
	width: 901px;
	display: inline;
	margin-left: 25px;	
}

#bodyHeader{
  height: 301px;
	float: left;
	width: 950px;
	display: inline;
}

#bodyHeader.subpage{
  height: 110px;
}