body{
  font-family: Verdana, Arial, Helvetica; 
  font-size: 14px;
  font-weigth: bold;
  height:100%;
  margin: 0px;
  top: 0px;
  left: 0px;
  
}

img{
	
	border: none;	
	
}

.cnt{

	position: absolute;
	left: 50%;
	top: 50%;
	width: 844px;
	height: 602px;
	margin-left: -422px;
	margin-top: -301px;
	z-index : 1;
}

.mask{
	
	display:none;
	width : 100%;
	height:1200px; 
	/*height : 10px;*/
	opacity: .90;
	filter: alpha(opacity=90);
	background-color: #000000;
	z-index : 2;
	position: absolute;
}

.youtube{
	
	display: none;
	text-align: right;
    position: absolute;
	width : 425px; 
	height : 354px;
	left: 50%;
	top: 50%;
	margin-left: -213px;
	margin-top: -178px;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
	z-index : 3;
}

.youtubeback{
	
	text-align: left;
	width : 425px; 
	height : 354px;
	background-color : #FFFFFF;
}

.normal{
	top: 0px;
	left: 0px;
	position:relative;
	display: block;	
}

.hover{
	top: 0px;
	left: 0px;
	position:relative;
	position:none;
		display: none;	
}



.close{
	position: relative;
	top: -6px;
	padding: 4px;
	background-color: red;
	color : white
}