@charset "utf-8";


html, body {

	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #000;
	color:#fff;
	text-align: center;
	background-image:url('bg.png');
	background-repeat: repeat-x;
	text-shadow: 3px 3px 1px #046; 
	

}

.main {
	//background-color:#00556d;
	width: 750px;
	margin: 0 auto;
	
	margin-bottom: 0px;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
			
	min-height: 500px;
			
	//border:#000 solid 1px;	
	
	//-moz-box-shadow: 0px 0px 16px #000;
	//-webkit-box-shadow: 0px 0px 16px #000;
	//box-shadow: 0px 0px 16px #000;
	
}

a:link {
	color:#9cf;

}

a:visited {
	color:#9cf;

}

.darkBg a:link {
	color:#9cf;

}

.darkBg a:visited {
	color:#9cf;

}

.darkBg{
		
	color: #FA0;
	font-size: medium;
	font-weight: normal;
	text-align: center;

	margin-top: 20px;
	margin-bottom: 20px;

	//background-color: #000;

	padding: 5px;
}

.videoBg{
		
	
	text-align: center;

	margin-top: 20px;
	margin-bottom: 20px;

	

	padding-top: 10px;
	padding-bottom: 10px;
}





.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: large;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}
