body {
	background-color: #000000;

	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
.txtcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F3F3F3;
}

.txtmain1 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F3F3;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 0px;
			height: 0px;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=40);
			
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 450px;
			height: 220px;
			padding: 16px;
			border: 16px solid #ffffff;
			background-color: #000000;
			z-index:1002;
			overflow: no;
		}