.heroes {
	background-attachment: fixed;
	background-image: url(home_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

}
.live {
	background-attachment: fixed;
	background-image: url(images/live_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

}
.audio {
	background-attachment: fixed;
	background-image: url(images/audio_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

}
.visual {
	background-attachment: fixed;
	background-image: url(images/visual_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

}
.contact {
	background-attachment: fixed;
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

}
.links {
	background-attachment: fixed;
	background-image: url(images/links_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;

}
.bgalpha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat;
	filter:progid;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding-left:10px;padding-top:15;padding-right:10px;padding-bottom:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg-alpha.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.bgalpha[class] {
  background-image:url(images/bg-alpha.png);
}
.navbg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed src='images/gothic_heroes.png');
}
.navbg[class] {
	background-image: url(images/gothic_heroes.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.text-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
