body {
	margin: 0;
	padding: 0;
	background-color: #000; 
} 

.thrColElsHdr{
	background-color:#000;
	}
#Center {
	top: 50%;
	left: 50%;
	position: absolute;
	width: 850px;
	height: 567px;
	margin: -283px 0 0 -425px;
	padding: 0;
	text-align: left;
	color: #000;
	background: transparent;
} 


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

a:active {
	color:  #FFFFFF;  
}


.linktextinto {
	color: #666666;
	margin-top: 10px;
	font-size: 12px;
	}

.linktextinto a{
	text-decoration: underline;
	color: #666666;
	}

