﻿*
{
 outline:none;
 font-family:verdana,arial,helvetica,sans-serif;
}
html,body
{
 margin:0;
 padding:0;
 height:100%;
}
/*html
{
 overflow-y:scroll;
}*/
body
{
 font-size:0.88em;
 background:url('../img/body.png');
 /*background:url('../img/lowdetailpicture.jpg');*/
 /*background:url('../img/html.png') no-repeat center center fixed;
 -webkit-background-size:cover;
 -moz-background-size:cover;
 -o-background-size:cover;
 background-size:cover;*/
}
#main
{
 position:relative;
 width:100%;
 height:100%;
 overflow:hidden;
}
#dash
{
 position:fixed;
 top:0;
 width:100%;
 height:20px;
 background:#000000;
 color:#ffffff;
 padding:6px;
 text-align:center;
 font-size:0.6em;
 z-index:9999;
}
#h1
{
 display:inline-block;
 font-size:1.2em;
 font-weight:bold;
 z-index:99999;
}
#blu
{
 float:left;
 padding-left:40px;
 z-index:9999;
}
#red
{
 float:right;
 padding-right:40px;
 z-index:9999;
}
.soldier
{
 position:absolute;
 width:48px;
 height:38px;
}
.blu
{
 background:url('../img/blu.png');
}
.red
{
 background:url('../img/red.png');
}
.bang
{
 position:absolute;
 width:68px;
 height:168px;
 background:url('../img/bang.png');
 background-position:0 0;
 background-repeat:no-repeat;
}