@charset "utf-8";

a img {border: none; }

#body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: center;
	color: #000000;
	border: none;
}
#container {
	position: relative;
	min-height: 100%;
	text-align: left;
}

#intro {
	position: relative;
	width: 100%;
	margin: 0;
	padding-top: 5%;
}
#intro h1 {
	margin: 8px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: normal;
	color: #dddddd;
}
#intro h1 a {
	text-decoration: none;
	color: #dddddd;
}
#intro h2 {
	margin-top: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #fff185;
}
#intro h2 a {
	text-decoration: none;
	color: #fff185;
}
#intro h3 {
	margin-top: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-variant:small-caps;
	color: #dddddd;
}
#intro h3 a {
	text-decoration: none;
	color: #dddddd;
}
#intro a:link {
	text-decoration: none;
}
#intro a:visited {
	text-decoration: none;
}
#intro a:hover {
	text-decoration: none;
}
#intro a:active {
	text-decoration: none;
}
#intro hr {
	color: #ff3300;
	background-color: #ff3300;
	height: 2px;
	border: 0;
	margin: 0 auto 0 auto;
	width: 650px;
	text-align: center;
}

#introfooterarea {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;	
}

#introfooter {
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: center;
}
#introfooter a {
	color: #dddddd;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}


