body
{
font-family:calibri,arial,sans-serif;
font-size:10pt;
margin:0;
height: 100%;
width: 100%;
}

body#sky {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: -1;
}

#myCanvas {
  position: absolute;
/*   border: 1px dotted; */
  margin: 0;
  padding: 0;
  z-index: 8;
}

#cloudsHolder {
  position: absolute;
  z-index: 9;
}

div
{
margin:0;
height:100%;
width:100%;
}

h1
{
color:#818181;
font-size:50px;
text-indent:10px;
}

a:hover {
 cursor:pointer;
}

div#othersky {
  position: relative;
}

div#othersky div.class {
  position: fixed;
  top: 0px;
  right: 0px;
}