@charset "UTF-8";
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #000 url(image/indexBG.jpg) no-repeat fixed center top;
	text-align: center;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
	color: #F90;
	font-style: italic;
}
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
.footer {
	font-size: 9px;
	color: #CCC;
}
#content {
	left:128px;
	top:76px;
	width:70%;
	z-index:1;
	background: url(image/ContentBG.png);
	padding: 20px;
	border: 3px solid #000;
	margin: 25px auto 0px;
}
p {
	text-align: left;
}
