#wrapper {
    width: 990px;
	height: auto;
	margin: 0 auto;
}
#headerbars {
    background-image: url(../images/headerbars.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 400px;
	background-color: #FFFFFF;
	float: left;
}
#contactbanner {
    background-image: url(../images/portfoliobar.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 990px;
	height: 296px;
	padding: 0 0 0 0;
}
#contactbanner h1 {
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 95px 0 0 0;
	color: #FFFFFF;
}	
