	html {
		overflow:hidden;
	}
 
	body {
		background-color: #d0d0d0;
		background-image:url(climpek.png); 
		margin: 0px;
		padding: 0px;
		font-family:'open Sans', Arial;
		font-size: 14px;
		overflow: hidden;
	}
	a {
		outline: 0px solid;
		color:#000000;
	}

	.bulb {
		display: block; 
		margin-left: auto; 
		margin-right: auto; 
		margin-top: auto; 
		height: 690;
		outline: 0px solid;
	}

	.welcome {
		text-align: center; 
		color: #25aae2;
		font-family:'open Sans', Arial;
		font-size: 18px;
	}

	.wrapper {   
		margin-top: 10px;
		vertical-align: middle;   
	}

	.flagicons {
		font-size: 24px;
	  	width: 155px;
	  	height: 50px;
	  	/*position:absolute;
	 	left: 915px;
	 	top: 75px;*/
		margin-left: auto; 
		margin-right: auto;
	  	z-index: 200;
	} 


	.tilt {
		height: 32px;
	  -webkit-transition: all 0.2s ease;
	     -moz-transition: all 0.2s ease;
	       -o-transition: all 0.2s ease;
	      -ms-transition: all 0.2s ease;
		  transition: all 0.2s ease; 
	}

	.tilt:hover {
	  -webkit-transform: scale(1.3);
	     -moz-transform: scale(1.3);
	       -o-transform: scale(1.3);
	      -ms-transform: scale(1.3);
		  transform: scale(1.3); 
	}
