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

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

#masthead {
	position: relative;
}

#masthead .primary,
#masthead .secondary {
	position: absolute;
	top: 0;
	height: 125px;
	width: 50%;
	background-repeat: repeat-x;
}

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

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