body {
	background-image: url('/images/glass.jpg');
	background-repeat: no-repeat;
	
}

#name {
	font-size: 100px;
}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

h2 { 
   
}

.nameImg {
	padding:460px 0 0 20px;
	display: inline-block;
}

#chooseLng {
	/*background: rgb(147, 147, 147); /* Fall-back for browsers that don't support rgba 
    background: rgba(147, 147, 147, .7);*/
	padding: 470px 0 0px 530px;
	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;
}

#chooseLng span{
	font-size:30px;
}