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