body {margin:0px;}
#scene {width:320px;height:405px;margin-top:0px;background:#000000;}
#minibattleshipsbrd {float:left;width:320px;height:350px;}
.battlebrd {float:left;width:320px;height:160px;background:url(../images/sea.jpg) no-repeat;}

.sqr_e, .sqr_on, .sqr_of {float:left;width:39px;height:39px;border-right:1px solid #999999;border-bottom:1px solid #999999;}
.sqr_on {background:url(../images/bs_on.png) no-repeat;}
.sqr_of {background:url(../images/bs_of.png) no-repeat;text-align:center;}

.ship_h_1 {float:left;width:40px;height:40px;background:url(../images/mini_1_h.png) no-repeat;}
.ship_h_2 {float:left;width:40px;height:40px;background:url(../images/mini_2_h.png) no-repeat;}
.ship_h_3 {float:left;width:40px;height:40px;background:url(../images/mini_3_h.png) no-repeat;}

.ship_v_1 {float:left;width:40px;height:40px;background:url(../images/mini_1_v.png) no-repeat;}
.ship_v_2 {float:left;width:40px;height:40px;background:url(../images/mini_2_v.png) no-repeat;}
.ship_v_3 {float:left;width:40px;height:40px;background:url(../images/mini_3_v.png) no-repeat;}

.fire_1 {float:left;width:40px;height:40px;background:url(../images/fire_1.png) no-repeat;}
.fire_2 {float:left;width:40px;height:40px;background:url(../images/fire_2.png) no-repeat;}
.fire_3 {float:left;width:40px;height:40px;background:url(../images/fire_3.png) no-repeat;}

#scrbrd {float:left;width:320px;height:30px;background:#000000;}
.usrscr, .cmpscr {padding-top:4px;font-family:verdana, arial,helvetica;font-size:16px;color:#ffffff;}
.usrscr {float:left;}
.cmpscr {float:right;}

#btnbrd {float:left;height:50px;width:320px;margin-top:5px;}
.btntxt {float:left;font-family:verdana, arial,helvetica;font-size:18px;color:#ffffff;text-align:center;padding-top:8px;}


