html {
  height: 100%;
  /* max-height: 600px; */
  width: 1000px;
  margin:auto;
  background-color: hsla(200,40%,30%,.4);
  background-image:   
    url('../skog/skog_01_540.png'), 
    url('../skog/skog_02_1280.png'),
    url('../skog/skog_03_1280.png'),
    url('../skog/skog_04_1280.png'),
    url('../skog/skog_05_1280.png');
  background-repeat: repeat-x;
  background-position: 
    0 150%,
    0 100%,
    0 50%,
    0 100%,
    0 0;
  background-size: 
    1500px,
    800px,
    500px 200px,
    1000px,
    400px 260px;
  animation: 200s para infinite linear;
  }

@keyframes para {
  100% {
    background-position: 
      -5000px 20%,
      -800px 95%,
      500px 50%,
      1000px 100%,
      400px 0;
    }
  }
/** Terra Luna Inc **/
#footer {
bottom:5px;position:fixed;width:100%
}
#footercont{margin: 0 auto; width: 330px;
}
#mail {
right:5px;bottom:2px;
  position:fixed;text-align:right;
}
/** ToolTip 2022 **/
.tipz {z-index:16000;}
.tip { 
padding:5px;font:12px Verdana,Arial,Helvetica,sans-serif;color:#000;z-index:13000;
background-color:#eee;border-top:1px solid #897;border-right:1px solid #edd;border-bottom:1px solid #ddc;border-left:1px solid #9a8;
-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;
background: -moz-linear-gradient(top, rgba(202,212,212,0.9) 0%, rgba(243,253,253,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,212,212,0.8)), color-stop(100%,rgba(243,253,253,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(202,212,212,0.8) 0%,rgba(243,253,253,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(202,212,212,0.9) 0%,rgba(243,253,253,0.9) 100%); /* Opera11.10+ */
background: linear-gradient(top, rgba(202,212,212,0.9) 0%,rgba(243,253,253,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CAD4D4, endColorstr=#F3FDFD,GradientType=0); /* IE6+ */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#90CAD4D4, endColorstr=#90F3FDFD)"; /* IE8 only */
background: -ms-linear-gradient(top, rgba(202,212,212,0.9) 0%,rgba(243,253,253,0.9) 100%); /* IE10+ */
-webkit-box-shadow:rgba(0,0,0,0.75) 0px 0px 1px;-moz-box-shadow:rgba(0,0,0,0.75) 0px 0px 1px;box-shadow:rgba(0,0,0,0.75) 0px 0px 1px;
-webkit-background-clip:padding-box;
}
.tip-top {z-index:12000;}
.tip-title {margin:0 30px 0 50px;padding:5px;color:#285895;font-size:13px;font-weight:bold;z-index:14000;
text-shadow:rgba(44,0,0,0.65) 0 -1px 0;}
.tip-text {padding:5px;color:#00f;z-index:14000;}
.tip-bottom {z-index:12000;}