/* CSS Document */
a.navbutton {
	width: 200px;
	height: 58px;
	display: block;
	float: left;
	border: 0;
	background: url(../images/buttonbg.png);
}

a.navbutton img {
	border: 0;
}

a.footerlink {
	text-decoration: none;
	color: #FFF;
}

img.darkbutton {
	opacity: 0.7;
	filter: alpha(opacity=100);
}