body {
	/*background-image: url('/images/glass.jpg');
	background-repeat: no-repeat;
	*/
	
}



#name {
	font-size: 100px;
}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
   BACKGROUND-REPEAT: no-repeat;
   BACKGROUND-IMAGE: URL("/images/glass-600px.jpg");
   
	
}

@media screen and (min-height: 770px){
	.image {
		BACKGROUND-IMAGE: URL("/images/glass-770px.jpg");
	}
		

}

   
@media screen and (min-height: 915px){
	.image {
		BACKGROUND-IMAGE: URL("/images/glass-900px.jpg");
	}
}

h2 { 
   
}

.nameImg {display:inline-block;}

.nameImg:before {
	padding:500px 0 35px 0px;
	display: inline-block;
	content: url("/images/name-540px.png");
	width:540px;
	height: 61px;
}

@media screen and (min-height: 770px){
	.nameImg:before {
		padding:630px 0 70px 0px;
		display: inline-block;
		content: url("/images/name-680px.png");
		width:680px;
		height: 77px;
	}
		

}

   
@media screen and (min-height: 915px){
	.nameImg:before {
		padding:750px 0 50px 0px;
		display: inline-block;
		content: url("/images/name-800px.png");
		width:800px;
		height: 91px;
	}
}
 

#chooseLng {
	/*background: rgb(147, 147, 147); /* Fall-back for browsers that don't support rgba 
    background: rgba(147, 147, 147, .7);*/
	
	padding: 542px 0 0px 640px;
	font-family: arial;
	position: absolute; 
	/* top: 420px;  */
	left: 0; 
	/*width: 600px;*/
	display: inline-block;
	
}

@media screen and (min-height: 770px){
	#chooseLng {
		/*background: rgb(147, 147, 147); /* Fall-back for browsers that don't support rgba 
		background: rgba(147, 147, 147, .7);*/
		padding: 682px 0 0px 820px;
		font-family: arial;
		position: absolute; 
		/* top: 420px;  */
		left: 0; 
		/*width: 600px;*/
		display: inline-block;
	
	}
		

}

   
@media screen and (	min-height: 915px){
	#chooseLng {
		/*background: rgb(147, 147, 147); /* Fall-back for browsers that don't support rgba 
		background: rgba(147, 147, 147, .7);*/
		padding: 812px 0 0px 970px;
		font-family: arial;
		position: absolute; 
		/* top: 420px;  */
		left: 0; 
		/*width: 600px;*/
		display: inline-block;	
	}
}

#chooseLng a {
	text-decoration: none;
	font-size:30px;
	color: black;
	height:auto;
}

.lngEn {display:inline-block;}

.lngEn:before {
	content:URL("/images/en-20px.png");
	width:24px;
	height:20px;
	display: inline-block;
	margin: 0;
	padding: 0;
	
}

@media screen and (min-height: 770px){
	.lngEn:before {
		content:URL("/images/en-25px.png");
		width:30px;
		height:25px;
		display: inline-block;
		margin: 0;
		padding: 0;
		
	}
		

}

   
@media screen and (min-height: 915px){
	.lngEn:before {
		content:URL("/images/en-30px.png");
		width:35px;
		height:30px;
		display: inline-block;
		margin: 0;
		padding: 0;
		
	}
}

.lngMk {display:inline-block;}

.lngMk:before {
	content:URL("/images/mk-20px.png");
	width:28px;
	height:20px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

@media screen and (min-height: 770px){
	.lngMk:before {
		content:URL("/images/mk-25px.png");
		width:35px;
		height:25px;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		

}

   
@media screen and (min-height: 915px){
	.lngMk:before {
		content:URL("/images/mk-30px.png");
		width:42px;
		height:30px;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
}

.lngSlash {display:inline-block;}

.lngSlash:before {
	content:URL("/images/slash-20px.png");
	width:10px;
	height:20px;
	display: inline-block;
	margin: 0;
	padding: 0;
	
}

@media screen and (min-height: 770px){
	.lngSlash:before {
		content:URL("/images/slash-25px.png");
		width:13px;
		height:25px;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		

}

   
@media screen and (min-height: 915px){
	.lngSlash:before {
		content:URL("/images/slash-30px.png");
		width:15px;
		height:30px;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
}

#chooseLng span{
	font-size:30px;
}