@charset "utf-8";
#Container {
	position:relative;
	width:1000px;
	height:800px;
	z-index:1;
	margin: 6px auto auto auto;
	background: #000;
	list-style: disc;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #C90;
}
a:active {
	color: #F00;
}
body {
	background-image: url(../images/bg.gif);
}
#FlashHold {
	position:absolute;
	width:1000px;
	height:294px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#CombHold {
	position:absolute;
	width:1000px;
	height:115px;
	z-index:3;
	left: 0px;
	top: 294px;
}
h1 {
	font-size: 36px;
	color: #EEDC76;
}
h2 {
	font-size: 24px;
	color: #EEDC76;
}
h3 {
	font-size: 18px;
	color: #EEDC76;
}
h4 {
	font-size: 16px;
	color: #EEDC76;
}
h5 {
	font-size: 14px;
	color: #EEDC76;
}

