html, body { height: 100%; }
	
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:#000000;
	color:#000000;
}
p  {color:#000000;}
#operator-gr	{
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 70%;
	margin-left: 25% ;
	margin-right: auto;
	display: block;  
	overflow: scroll;
	text-align:justify;
	padding:10px 10px 20px 10px;
	border: 1px solid #CCCCCC;
	z-index:2;
	position: absolute;
	background-color:#FFF;
	opacity : 0.7;
	filter:Alpha(opacity=70);    
    moz-opacity : 0.7;
    khtml-opacity : 0.7;
	display:none;
}
#operator-en	{
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 70%;
	margin-left: 25% ;
	margin-right: auto;
	display: block;  
	overflow: scroll;
	text-align:justify;
	padding:10px 10px 20px 10px;
	border: 1px solid #CCCCCC;
	z-index:3;
	position: absolute;
	background-color:#FFF;
	opacity : 0.7;
	filter:Alpha(opacity=70);    
    moz-opacity : 0.7;
    khtml-opacity : 0.7;
	display:none;
}
#operator-ru	{
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 70%;
	margin-left: 25% ;
	margin-right: auto;
	display: block;  
	overflow: scroll;
	text-align:justify;
	padding:10px 10px 20px 10px;
	border: 1px solid #CCCCCC;
	z-index:4;
	position: absolute;
	background-color:#FFF;
	opacity : 0.7;
	filter:Alpha(opacity=70);    
    moz-opacity : 0.7;
    khtml-opacity : 0.7;
	display:none;
}
#operator-contact	{
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100px;
	margin-left: 25% ;
	margin-right: auto;
	display: block;  
	overflow: scroll;
	text-align:justify;
	padding:10px 10px 20px 10px;
	border: 1px solid #CCCCCC;
	z-index:2;
	position: absolute;
	background-color:#FFF;
	opacity : 0.7;
	filter:Alpha(opacity=70);    
    moz-opacity : 0.7;
    khtml-opacity : 0.7;
	display:none;
}
.clearfix:after { 
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: visible; 
} 
/* 	padding/margin : top, right, bottom, left */
