body {
	background-color: black;
	margin: 0;
	padding: 0;
}
#main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 547px;
	margin-left: -273px; /* negative half of width */
	margin-top: -208px;  /* negative half of height */
	background-image: url(images/mainsplash.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: none;
}

#linkText {
	display: block;
	position: absolute;
	z-index: 2;
	left: 357px;
	top: 315px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#copyText {
	position: static;
	text-align: center;
	top: 416px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333;
}