@import url(../reset.css);

/* =masthead
************************************************************** */

#masthead {
	position: relative;
	margin: 40px 0 15px 0;
	padding-bottom: 125px;	
}

#masthead .primary,
#masthead .secondary,
#masthead .wrap {
	position: absolute;
	top: 0;
	height: 125px;
}

#masthead .primary,
#masthead .secondary {
	width: 50%;
	background-repeat: repeat-x;
}

#masthead .primary {
	left: 0;
	background-image: url(../left.png);
}

#masthead .secondary {
	left: 50%;
	background-image: url(../right.png);
}

#masthead .wrap {
	left: 50%;
	width: 770px;
	margin-left: -385px;
	background: url(../center.png) 50% 0 no-repeat;
}