html{background-color: #8fAfAf;}
body{ margin-top: 0px; margin-left: 3px; margin-right: 3px;	margin-bottom: 0;
//	background-color: #AfCfCf;
}
input, select, option{
    opacity: 0.5;
    color: blue;
}
#main {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#app {
    margin-top: 25px;
//    margin-left: 0px;
    left: 0px; //100px;
}
#holder {
    position:relative;
//    width: 660px; //400px;
    height: 480px; //300px;
    left: 0px; //100px;
    top: 40px;
    border: 2px solid #333;
}
#left{
    position: absolute;
    width: 10px; //400px;
    height:300px;
    left: 0px; //100px;
//    border: 2px solid #119;
}
#right{
    position: absolute;
    width: 10px; //400px;
    height:300px;
//    left: 750px; //100px;
//    border: 2px solid #911;
}
#sky {
    position: absolute;
    left: 0;    //10px;
    top: 0;
    height: 240px;	//150px;
//    width: 640px; //400px;
    background-color: #C0C0D0;
//    background-image: url(img/sky.jpg);
//    background-image: url(img/z_b43be9c0.jpg);
    background-image: url(img/20150409_175726.jpg);
}
#floor {
    position: absolute;
    left: 0;    //10px;
    top: 240px;	//150px;
    height: 240px;	//150px;
//    width: 640px; //400px;
    background-color: #506050;
    background-image: url(img/floor.png);
}
#canvas {
    position: absolute;
    top: 0;
    left: 0;    //10px;
    cursor: crosshair;
}
#aim {
    position: absolute;
    top: 0px;
    left: 0px; //0;
    //width: 640px; //400px;
    //height:300px;
    //background-image: url(img/bigcros.gif);
    background-repeat: no-repeat;
//    cursor: none;      //crosshair;
}
#gun {
    position: absolute;
    top: 0px;
    left: 0px; //0;
//    width: 640px; //400px;
//    height:300px;
    //background-image: url(img/gun1.gif); //2pistols.gif);    //overlay.gif);
    background-repeat: no-repeat;
    cursor: none;      //crosshair;
}
#map, #underMap {
    position: absolute;
    top: 10px;
    left: 590px; //0;
    margin-right: 5px;
}
#foot {
  clear: both;
  border-top: 1px solid #999;
  padding: 10px 0;
  font-size: 0.9em;
  text-align: center;
  margin: 0 10px;
  color: #666;
}
#foot a {
  color: #666;
}
#foot a:hover {
  color: #000;
}
#code {
  position: absolute;
  top: 160px; //140px;
}
#suppl {
  position: absolute;
  top: 180px; //50px;
  left: 0px; //530px;
  width: 100px; //270px;
}
iframe {
  margin-top: 2px;
}
