@charset "utf-8";
/*  fix IE6 background flicker  */
* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
img {
  nobar: expression(this.galleryImg='no');
	border: 0px;
}
body {
  margin: 0px;
  padding: 0px;
	background-color: #000000;
}
a {
  text-decoration: none;
}

#htmlBody {
	margin: 19px auto 0px;
	width: 740px;
}

#cBody {
 margin: 19px auto 0px; 
 width: 740px;
}


#FHome, #FHome a, #FSpace1, #FSpace1 a, #FSpace2, #FSpace2 a {
	width: 693px;
	height: 461px;
	overflow: hidden;
}
#FHome a, #FSpace1 a, #FSpace2 a {
	display: block;
	background: url(images/flashbg.gif) no-repeat center;
}