@charset "ISO-8859-1";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColElsCtr #container {
	width: 864px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000;
	background-image: none;
	height: 817px;
}
.oneColElsCtr #mainContent {
	margin-left: 9px;
	top: 115px;
	position: relative;
	z-index: 20;
}
#textaera {
	font-size: 10px;
	color: #CCC;
	position: absolute;
	z-index: 31;
	background-color: #000;
	top: 900px;
	left: 150px;
	right: 150px;
	text-align: center;
}
h1 {
	font-size: 10px;
}
address {
	font-style: normal;
}
#textaera a  {
	color: #CCC;
}
.new_luna {
	font-size: 12px;
	color: #EEE;
	margin-left: 10px;
	width: 300px;
	top: 590px;
	position: absolute;
	z-index: 30;
}
.new_luna h2 {
	font-size: 16px;
	font-weight: normal;
	color: #F33;
	text-decoration: blink;
}
#backgr {
	z-index: 1;
	position: absolute;
	top: 0px;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
