#masthead {
	margin: 0 auto;
	width: 960px;
	height: 112px;
}

#masthead h1 {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 412px;
	height: 136px;
}

#masthead h1 a {
	width: 412px;
	height: 136px;
	background: url(/images/masthead-logo.png) center left no-repeat;
	display: block;
}

#masthead h1 span {
	display: none;
}

#masthead h2 {
	margin: 32px 0 0 0;
	width: 264px;
	height: 72px;
	float: right;
	display: inline;
}

#masthead h2 a {
	width: 264px;
	height: 72px;
	display: block;
	background: url(/images/westcon-logo.png) center no-repeat;
}

#masthead h2 span {
	display: none;
}

