
body {
 background: #268cc1 0 0 repeat-x;
}

.stage {
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    position: absolute;
    overflow: hidden;
    z-index: 100;
}
.far-clouds {
    background: transparent url("../img/far-clouds.png") repeat-x;
    background-size:auto 100%;
    position: absolute;
    position: absolute;z-index: 0;
}
.near-clouds {
    background: transparent url("../img/near-clouds.png") 305px 165px repeat-x;
}
h1 sup {
  font-size: medium;
}