html, body {
	background: #000;
	color: #F90;
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	color: #F90;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.bodyTextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	font-style:italic;
}
.bgSuper {
	background-attachment: fixed;
	background-image: url(../images/bg_super.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F90;
}
.border {
	border: 1px solid #F90;
}
.bgSuper2 {
	background-attachment: fixed;
	background-image: url(../images/bg_super2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bgSuper3 {
	background-attachment: fixed;
	background-image: url(../images/bg_super3.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.splashBG {
	background-attachment: fixed;
	background-image: url(../images/splash_darkyellowbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.imgStroke {
	border: 1px solid #F90;
}
