#game{
	position:absolute;
	top:0px;
	left:250px;
	width:964px;
	height:205px;
	box-sizing: border-box;
	border:solid #97BBF7 1px;
/*	text-align:center;*/
	z-index: 100;
	opacity: 0.5;
}
	
#game:hover{
	opacity: 0.8;
}
	
#game div{
	float:left;
	width:85px;
	height:40px;
	background:#FFF;
	border:solid #97BBF7 1px;
	text-align: center;
	line-height: 40px;
/*	margin-top:160px;*/
	
}
	
#game button{
	float:left;
	width:25px;
	height:42px;
	background:#FFF;
	border:solid #97BBF7 1px;

/*	margin-top:160px;*/
	
}

#game span{
	float:left;
	width:135px;
	height:100px;
	background:#FFF;
	border:solid #97BBF7 1px;
	border-width: 0px 1px 1px 1px;
	text-align: center;
	line-height: 100px;
/*	margin-top:160px;*/
	color: #4E13E8;
	
}
	
#sair{
	margin-left: 2px;
}
	
#game :first-child{
	margin-left: 2px;
}

#game button:nth-child(29){
	float:left;
	width:100px;
	height:60px;
	background:#FFF;
	border:solid #97BBF7 1px;
	margin-left: 330px;
}
	
#game button:nth-child(30){
	float:left;
	width:100px;
	height:60px;
	background:#FFF;
	border:solid #97BBF7 1px;
	margin-left: 0px;
}
	
#game button:nth-child(31){
	float:left;
	width:100px;
	height:60px;
	background:#FFF;
	border:solid #97BBF7 1px;
	margin-left: 0px;
}
	
#game button:hover{
	background:#97BBF7;
	border:solid #fff 1px;
	text-align:center;
}
	
#boom{
	position:absolute;
	top:0px;
	width: 100px;
            height: 100px;
            background-color: #97BBF7;
   -webkit-transform: rotate(360deg);
    animation: circle 1s linear infinite;
    -moz-animation: circle 1s linear infinite;
    -webkit-animation: circle 1s linear infinite;
    -o-animation: circle 1s linear infinite;

}
#tower{
	position:absolute;
	top:450px;
	left:430px;
margin:auto;
	width:150px;
	height:150px;
	border-radius: 50%;
	padding: 5px;
background-image:-webkit-linear-gradient(left, red 0%, blue 15%, yellow 85%, green 100%);   
	opacity: 0.8;
}

#box { width:100%; height:100%; border-radius: 50%; background:#fff; text-align: center;line-height:150px; }
@-webkit-keyframes circle{
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}

#tower{
    -webkit-transform: rotate(360deg);
    animation: circle 3s linear infinite;
    -moz-animation: circle 3s linear infinite;
    -webkit-animation: circle 3s linear infinite;

}