/* CSS Document */

body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}

.centerContainer {
	position:absolute;
	left:50%;
	top: 50%;
	width:780px;
	height: 600px;
	margin-top:-300px;
	margin-left:-390px;
	text-align:left;
	padding:0px;
	border:1px dashed #660000;
	background-attachment: fixed;
	background-image: url(images/bgV2Beta24.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: visible;
	visibility: visible;
}

.nav2 {
	height: auto;
	width: auto;
	top: 0px;
	right: 0px;
	clear: left;
	float: left;
	position: absolute;
	overflow: visible;
	visibility: visible;
	z-index: 99;
}

.title {
	position: absolute;
	height: auto;
	width: auto;
	left: 280px;
	top: 72px;
	clear: left;
	float: left;
	visibility: visible;
	z-index: 4;
}

.textContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 4;
	height: 360px;
	width: 495px;
	left: 280px;
	top: 125px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
