

#seabattle{
    width: 550px;
    height: 550px;
    /*border: 3px solid yellow;*/
    background-color: black;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    /*line-height: 0px;*/
}

#circul0{
  	width: 550px;
    height: 550px;
  	border-radius: 300px;
  	border: 2px solid #fff;
  	background-color: yellow;
  	position: absolute;
  	opacity: 0.1;
    } 
  
  #video{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;

}

  #form{

	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 4px solid yellow;
	

 }

 #fire{
    width: 40px;
    height: 76px;
    background: url(../images/Факел.gif) no-repeat; 
  background-position: center;
  left: 235px;
    top: 6px;
    position: absolute;
    
 }

.form1{
	background-color: red;

}

#table0{
	position: absolute;

}

#images{
  width: 71px;
    height: 74px;
    position: absolute;
    right: 202px;
    top:7px;
    z-index: 1;
}

#images img {
    position: absolute;
    left: 2px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    /*z-index: 1;*/
}
  
form input {
	background-color: #FFDEAD;
}

#messgeArea {
	width: 220px;
    height: 50px;
  	border: 3px solid #fff;
  	background-color: grey;
  	position: absolute;
  	left: 6px;
  	top: 6px;
    color:yellow;
    font-size:0.8rem;
    font-weight:bold;
    text-align:center;
    line-height:1.3;

}
#FireCounter {
    width: 160px;
    height: 50px;
    border: 3px solid #fff;
    background-color: grey;
    position: absolute;
    right: 6px;
    top: 6px;
    color:yellow;
    font-size:0.8rem;
    font-weight:bold;
    text-align:center;
    line-height:1.3;
}
 
td{
	width: 35px;
    height: 35px;

}


.color{
	color:green;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;

}

.hit {
  /*background-color:brown;*/

	background: url(../images/explosion.png) no-repeat; 
	background-position: center;
  
  }
	

.hit1{
/*background-color:blue;*/
background: url(../images/Взрыв_20.jpg) no-repeat;
background-position: center;

}

.hit2{
background: url(../images/Взрыв_16.png) no-repeat; 
background-position: center;

/*background-color:green;*/

}

.hit3{
/*background-color:yellow;*/
background: url(../images/Взрыв_21.jpg) no-repeat; 
background-position: center;

}

.miss{

  background: url(../images/Взрыв_1.jpg) no-repeat;
	/*background: url(../images/facebook_icon.png) no-repeat;*/ 
	background-position: center;
	
}

.miss1{
background: url(../images/Море.jpg) no-repeat;
  /*background: url(../images/facebook_icon.png) no-repeat;*/ 
  background-position: center;
  


}
.distrib {
background-color:blue;

}

.distrib1 {
background-color:green;

}

.distrib2 {
background-color:yellow;

}
.distrib3 {
background-color:red;

}

