#homebutton {
	display: block;
	width: 169px;
	height: 50px;
	background: url('i/darkbutton_home.png') bottom;
	text-indent: -99999px;
}

#homebutton:hover {
	background-position: 0 0;
}

#dlsbutton {
	display: block;
	width: 169px;
	height: 50px;
	background: url('i/darkbutton_dls.png') bottom;
	text-indent: -99999px;
}

#dlsbutton:hover {
	background-position: 0 0;
}

#linksbutton {
	display: block;
	width: 169px;
	height: 50px;
	background: url('i/darkbutton_links.png') bottom;
	text-indent: -99999px;
}

#linksbutton:hover {
	background-position: 0 0;
}

#officialbutton {
	display: block;
	width: 169px;
	height: 50px;
	background: url('i/darkbutton_official.png') bottom;
	text-indent: -99999px;
}

#officialbutton:hover {
	background-position: 0 0;
}

