/*CSS Reset*/body,
div,
dl,
dt,
dd,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
acronym,
abbr,
fieldset,
img {
  border: 0;
}
:focus {
  outline: 0;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clear {
  *zoom: 1;
}
pre,
body {
  font-family: monospace;
  font-size: 11px;
  overflow: hidden;
}
body {
  background: #000000 url(images/structure.gif) fixed repeat center center;
  background-image: url(images/eagle.gif), url(images/eagle.gif), url(images/eagle.gif), url(images/eagle.gif);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 200px, 300px, 400px, auto;
}
#controls {
  position: absolute;
  margin: 30px;
  top: 0;
  left: 0;
  padding: 20px 12px 20px;
  display: inline-block;
}
#show_info {
  background-color: transparent;
  color: white;
  padding: 5px 8px;
  font-weight: bold;
  cursor: pointer;
  display: inline;
}
#show_info:hover,
#show_info.visible {
  background-color: white;
  color: black;
  border: 1px solid black;
}
#show_info:hover #info,
#show_info.visible #info {
  display: inline-block;
}
#info {
  padding: 0 8px;
  cursor: default;
  display: none;
}
#center_top,
#center_bottom {
  width: 100%;
  height: 30px;
  left: 0;
  top: 20%;
  margin-top: -15px;
  position: absolute;
  background: transparent url() repeat center center;
  background-size: 50%;
  background-image: url(http://localhost/images/eagle.gif);
}
#center_bottom {
  top: 80%;
  background-size: 33%;
}
#center_left,
#center_left_bis,
#center_right,
#center_right_bis {
  width: 4%;
  height: 100%;
  left: 20%;
  top: 0;
  margin-left: -2%;
  position: absolute;
  background: transparent url() repeat center top;
  background-size: 300%;
  background-image: url(http://localhost/images/eagle.gif);
}
#center_left_bis {
  left: 14%;
  width: 5%;
  min-width: 30px;
  background-size: auto 50%;
}
#center_right {
  left: 80%;
}
#center_right_bis {
  left: 86%;
  width: 5%;
  min-width: 30px;
  background-size: auto 50%;
}
