@charset "utf-8";
body {
	background-color: #000;
	background-image: url(../Images/View.JPG);
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	text-align: left;
}
body,td,th {
	color: #FC0;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FC0;
	text-decoration: none;
	background-color: #000;
}
a:visited {
	text-decoration: none;
	color: #F93;
	background-color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
a:active {
	text-decoration: blink;
	color: #FF3;
}
h1 {
	font-size: 50px;
	color: #F90;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Copperplate Gothic Bold, Copperplate Gothic Light, Script MT Bold;
	font-weight: bold;
}
h2 {
	font-size: 24px;
}
.footer {
	font-size: 9px;
	color: #666;
}
#Content {
	position:absolute;
	left:10%;
	top:50px;
	width:820px;
	z-index:1;
	text-align: center;
	background-image: url(../Images/bkgd.png);
	padding: 20px;
	border: 1px solid #000;
	right: 10%;
}
