body {
       margin: 0;
       padding: 0;
       font-size: 75%;

       }

input { 
        margin-bottom: 5px;
        }

select { 
         width: 200px;
         margin-bottom: 5px;
         }

.controlgroup { 
                border: none;
                border-bottom: solid;
                border-width: 1px;
                border-color: #999;
                padding: 0.5em 0 0.5em 0;
                margin: 0;
                }

#sprites img {
               position: absolute;
               }

#control-bar {
               background-color: #CCC;
               width: 200px;
               height: 100%;
               margin: 0;
               padding: 0 10px 0 10px;
               text-align: right;
               position: absolute;
               }

#control-bar button { 
                      margin-right: 5px;
                      height: 20px;
                      float: left;
                      }

#sprites {
           position: absolute;
           width: 500px;
           height: 500px;
           margin: 20px 0 0 240px;
/*           margin: 20px 20px 20px 240px;
*/
           padding: 0;
           border: solid 1px black;
           }

#counter { 
           padding: 1em;
}