#hContainer {
	height: 222px;
	background: url('../images/header-background.jpg') no-repeat 50% 0;
}
#tNav {
	background: url('../images/nav-background.jpg') no-repeat 0 -62px;
}
a#home:hover {
	background: url('../images/nav-background.jpg') no-repeat 0 -217px;
}
a#news:hover {
	background: url('../images/nav-background.jpg') no-repeat -74px -217px;
}
a#philosophy:hover {
	background: url('../images/nav-background.jpg') no-repeat -147px -217px;
}
a#wtb:hover {
	background: url('../images/nav-background.jpg') no-repeat -263px -217px;
}
a#contact:hover {
	background: url('../images/nav-background.jpg') no-repeat -414px -217px;
}

