html{height:100%;}
.no-touch body {
background:#0D343A;
background:-webkit-gradient(linear,0% 0%,0% 100%, from(rgba(13,52,58,1) ), to(#000000)  );
background: -moz-linear-gradient(top, rgba(13,52,58,1) 0%, rgba(0,0,0,1) 100%);
height:100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
overflow:hidden;}

body{
background:#0D343A;
height:100%;
overflow:hidden;}


.drop {
    background-image: url("../img/vodka.png");
	width:175px;
	height:175px;
	position: absolute;
	bottom:200px;
	-webkit-animation: fall 23s linear infinite;
    -moz-animation: fall 23s linear infinite;
  
}

.beGrand {
    color:#FFFFFF;
    text-align:center;
    font-size: 60px;
    font-family: 'Yanone Kaffeesatz', 'sans-serif';
}

/* animate the drops*/
/* Default*/
@-webkit-keyframes fall {
	to {margin-top:400px;}
}
@-moz-keyframes fall {
	to {margin-top:400px;}
}

/*For medium screens */
@media (min-height: 600px){

@-webkit-keyframes fall {
	to {margin-top:600px;}
}
@-moz-keyframes fall {
	to {margin-top:600px;}
}

/*For big screens */
@media (min-height: 900px){

@-webkit-keyframes fall {
	to {margin-top:900px;}
}
@-moz-keyframes fall {
	to {margin-top:900px;}
}

	
}