body {
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #222222;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #000000;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.spacer-top-body {
	background-attachment: fixed;
	background-image: url(bar_horizontal.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.spacer-bottom-body {
	background-attachment: fixed;
	background-image: url(bar_horizontal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main-background {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: #FFFF00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #AAAAAA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	color: #8888FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

.transparent
  {
	filter: Alpha(Opacity=75);
	width:230px;
  }