body {
   background: #333333;
   color: lime;
   position: absolute;
   left:0px;
   top: 0px;
   width: 95%;
   height: 95%;
   text-align: center;
   padding-top: 30px;
}


div#main {
   background: #2A2A2A;
   border: solid 3px black;
   width: 60%;
   height: 80%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 10%;
   overflow: hidden;
   position: relative;
}

div#text {
   color: #1A1A1A;
   position: absolute;
   left: 0px;
   top: 0px;
   padding: 15px;
   text-align: justify;
   font-family: Sans-serif;
}

div#floatypics {
   position: relative;
   left: 0px;
   top: 0px;
}



img.bloot-01 {
   width: 30%;
   margin-right: -10%;
   position: relative;
   left: 0%;
   top:  0%;
   z-depth: 10;
}

img.bloot-02 {
   width: 50%;
   margin-left: -10%;
   margin-right: -10%;
   position: relative;
   left: 0%;
   top: 20%;
   z-depth: 10;
}

img.bloot-03 {
   width: 40%;
   margin-left: -10%;
   position: relative;
   left: 0%;
   top: 5%;
   z-depth: 30;
}

span.helena {
   color: #00001A;
}
