body {
	text-align: center;
	background: #0c0100 url(../images/background-front.jpg) no-repeat center top;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: rgba(187,187,187,0.75);
}

.centerpoint {
	position: relative;
	overflow: visible;
	display: inline-block;
	clear: left;
	margin-top: 250px;
}

.centerpoint img {
	behavior: url(iepngfix.htc);
}

/* @group Site Navigation */

.SiteNavigation {
	width: 863px;
	height: 25px;
	behavior: url(iepngfix.htc);
	background: url(../images/background-nav.png) repeat-y center top;
	display: inline-block;
	position: relative;
	margin-top: 200px;
	text-align: center;
	padding-top: 9px;
}

.SiteNavigation a:link {
	text-decoration: none;
	color: rgba(187,187,187,0.5);
}

.SiteNavigation a:visited {
	text-decoration: none;
	color: rgba(187,187,187,0.5);
}

.SiteNavigation a:hover {
	color: rgba(187,187,187,0.5);
	text-decoration: underline;
}

.SiteNavigation a:active {
	text-decoration: none;
	color: rgba(223,166,91,0.5);
}

/* @end */

/* @group Happy Legal Fun Text */

.HappyLegalFunText {
	width: 863px;
	height: 25px;
	display: inline-block;
	position: relative;
	margin-top: 5px;
	text-align: center;
	padding-top: 9px;
	color: rgba(102,0,0,0.8);
	text-shadow: #000 0 0 10px;
	font-weight: bold;
}

.HappyLegalFunText a:link {
	text-decoration: none;
	color: rgba(102,0,0,0.8);
	font-weight: bold;
	text-shadow: #000 0 0 10px;
}

.HappyLegalFunText a:visited {
	text-decoration: none;
	color: rgba(102,0,0,0.8);
	font-weight: bold;
	text-shadow: #000 0 0 10px;
}

.HappyLegalFunText a:hover {
	color: rgba(102,0,0,0.8);
	text-decoration: underline;
	font-weight: bold;
	text-shadow: #000 0 0 10px;
}

.HappyLegalFunText a:active {
	text-decoration: none;
	color: rgba(223,166,91,0.8);
	font-weight: bold;
	text-shadow: #000 0 0 10px;
}



/* @end */

/* @group To Pre-Load Scrips Using CSS */

.hiddenPic {display:none;}



/* @end */