@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em "Arial", "Lucida Grande", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/xbg.jpg);
	background-attachment:fixed;
	background-position: top center;
	background-repeat:no-repeat;
}

a:link {
	color: #ae0000;
}
a:visited {
	color: #9a0000;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ae0000;
}
a {
	font-weight: bold;
}


h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
}

p {
	margin: 0;
	padding: 0.4em 0;
	color:#2e2e2e;
	line-height:1.4em;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
