#header {
	width: 100%;
	background-image: url('../images/header.png');
	background-size: 100%;
	height: 145px;
	z-index: 1;
}

#headerTop {
	height: 100px;
	position: relative;
}

#headerTop img {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: auto;
}

#headerNav {
	height: 36px;
	font-size: 0;
	display: flex;
	align-items: center;
	gap: 1px;
}

.headerLink {
	height: 29px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	background-size: 100% 58px;
	background-position: top;
}

.headerLink:hover {
	background-position: bottom;
}

#newsLink {
	background-image: url('../images/news.png');
	width: 54px;
}

#aboutLink {
	background-image: url('../images/about.png');
	width: 58px;
}

#patchLink {
	background-image: url('../images/patch.png');
	width: 53px;
}

#galleryLink {
	background-image: url('../images/gallery.png');
	width: 64px;
}

#guidesLink {
	background-image: url('../images/guides.png');
	width: 61px;
}

#mapviewerLink {
	background-image: url('../images/mapviewer.png');
	width: 96px;
}

#decompLink {
	background-image: url('../images/decomp.png');;
	width: 71px;
}

#recompLink {
	background-image: url('../images/recomp.png');
	width: 74px;
}

#wikiLink {
	background-image: url('../images/wiki.png');
	width: 44px;
}

#mysteryLink {
	background-image: url('../images/mystery.png');
	width: 66px;
}

#forumLink {
	background-image: url('../images/forums.png');
	width: 69px;
}

#discordLink {
	background-image: url('../images/discord.png');
	width: 67px;
}

#ircLink {
	background-image: url('../images/irc.png');
	width: 40px;
}

#contactLink {
	background-image: url('../images/contact.png');
	width: 68px;
}

#faqLink {
	background-image: url('../images/faq.png');
	width: 46px;
}

#projectsLink {
	background-image: url('../images/projects.png');
	width: 73px;
}

#homeLink {
	background-image: url('../images/home.png');
	width: 58px;
}