body{
    background-color: #666;
}

.clr{ clear: both;  } 

#screen{
    width: 745px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
}

#fightscene{
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    border: 1px solid #000;
}

#canvas{    
    position: relative;
    top: -226px;
    left: -1px;
    z-index: 10;
}

#gameTimer{
    position: relative;
    top: -530px;
    z-index: 20;
    
    width: 100%;
    text-align: center;
    font-family: monospace;
    font-size: 3em;
    font-weight: bold;
    color: #fff;
}

#gameMessage{
    position: relative;
    top: -490px;
    z-index: 20;
    
    width: 100%;
    text-align: center;
    font-family: monospace;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

#fps{
    font-family: arial;
    font-size: .75em;
    color: #000;
    
    position: relative;
    top: -395px;
    left: 10px;
    z-index: 20;
}

#frameInfo{
    display: none;
    font-family: arial;
    font-size: .75em;
    color: #000;
    
    position: relative;
    top: -410px;
    left: 100px;
    z-index: 20;
}
