body{
	
	width:100%;
	height:100%;
	padding-top:0;
	padding-left:0;
	background-color:black;
}

#main{
	
	width:450px;
	height:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
    position: fixed;
    margin-top:0;
    top:0;
    padding-left:0;
	
}
#top_bar{
	width:450px;
	height:se-resize;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	padding-left: 10px;
	color: white;

	
	
}
#top_coins{
	width:450px;
	height:se-resize;
	padding-top:6px;
	text-align: left;
    
	
	
	
}

#top_shop2{
	width:300px;
	padding-top:5px;
	margin-top:60px;
	padding-bottom:5px;
	text-align: left;
	padding-left: 10px;
	height:se-resize;
	
	
}
#top_shop{
	width:300px;
	height:se-resize;
	padding-top:5px;
	margin-top:100px;
	padding-bottom:5px;
	word-spacing: 130px;
	
	
	
}
a{
  text-decoration:none;	
}
#top_pay{
	width:100px;
	height:se-resize;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left: 5px;
	color: white;
	margin-top: 30px;
	opacity:0.8;
	border-radius:20px;
	background-color: green;
	
	
}
#demo{
	width:100px;
	height:se-resize;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left: 5px;
	color: white;
	opacity:0.8;
	border-radius:20px;
	background-color: green;
	
	
}
#top_car{
	width:440px;
	height:se-resize;
	padding-bottom:5px;
	
}

#top_text{
	width:440px;
	height:se-resize;
	margin-top:200px;
	color:white;
	background-color:black;
	opacity:0.7;
	padding-bottom:10px;
	padding-top:10px;
	
	padding-right:10px;
	float:left;
	
	
	
}


#top_car3{
	width:450px;
	height:se-resize;
	margin-top:20px;
	
}
#top_pay3{
	width:120px;
	height:se-resize;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left: 5px;
	color: white;
	margin-top: 30px;
	border-radius:20px;
	background-color: green;
	
	
}
#top_coins3{
	width:450px;
	height:se-resize;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 10px;
	
	
	
}
#pay_method{
	width:450px;
	height:se-resize;
	margin-top:40px;
	padding-bottom:5px;
	padding-left: 10px;
	
	
	
}


#scan_pay{
	
	width:100%px;
	height:100%;
	position: fixed;
	background-color:black;
	z-index:1;
	display: none;
	
}
#main_pay{
	
	height:100%;
	width:450px;
	background-color: white;
	float:left;
}

input{
	height:30px;
    width: 450px;
	
}



#shake_pic_five, #shake_pic_hun, #shake_pic_fifty, #shake_pic_thaus, #shake_pic_tthau, #shake_pic_fthau{
  animation: shake 1.3s;
  animation-iteration-count: infinite;
  margin-top: 5px;
  margin-left: 15px;
}



#shake_pic{
  animation: shake 1.3s;
  animation-iteration-count: infinite;
  margin-top: 5px;
  
}
#shake_support{
 
  float:right;
	margin-right:60px;
}

#shake_support2{
    
    width:70px;
	height:30px;
	float:right;
	width:100px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left: 5px;
	color: white;
	opacity:0.6;
	text-align:center;
	border-radius:20px;
	background-color:#000066;
	margin-right:60px;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

