body {
	  background-color:#000;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FF9;
	margin: 0;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #0FC;
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #FFF;
	margin: 0;
}
a:link {
	color: #0FC;
}
a:visited {
	color: #0FC;
}
a:hover {
	color: #0F9;
}
a:active {
	color: #0FC;
}
#BKG {
	margin: 0 auto;
	width: 980px;
	height: 700px;
	background-color: #000;
	background-image: url(images/BKG.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#Logo {
	position: absolute;
	top: 70px;
	left: 335px;
}
#Menu {
	position: absolute;
	top: 125px;
	left: 350px;
	width: 550px;
}
#Text {
	position: absolute;
	top: 175px;
	left: 350px;
	width: 630px;
}
.PaddedImg {
	padding-right: 15px;
	padding-bottom: 8px;
}
.Gold {
	color: #FF9;
}

