@charset "UTF-8";
/* CSS Document */


body
{
background-color:#000;
background-repeat: repeat-x;
background-position:top left;
color:#000;
font-family:"Courier New", monospace;
font-size:1em;
text-align: center;
line-height: 1.5em;
border: 0px;
padding: 0px;
margin: 0px;
}

a:link {color: #000; text-decoration:none;}
a:visited {color: #000; text-decoration:none;}
a:hover {color: #cf6; text-decoration:none;}
a:active {color: #999; text-decoration:none;}


div.rocket
{
    position: absolute;
    left: 740px;
    top: 20px;
}

div.map
{
    position:absolute;
    left: 850px;
    top: 30px;
}

div.nonsense
{
    position:absolute;
    left: 100px;
    top: 220px;
}

div.fire
{
    position:absolute;
    left: 800px;
    top: 310px;
}

div.party
{
    position:absolute;
    left: 670px;
    top: 250px;
}

div.dandy
{
    position:absolute;
    left: 380px;
    top: 160px;
}

div.sausage
{
    position:absolute;
    left: 100px;
    top: 0px;
}

div.home
{
    position:fixed;
    left: 10px;
    bottom: 5px;
}


/* junglegym */
/* links should be left between 40px and 1000px-ish
  and top between 50 and 250px */

div.link1
{
    position: absolute;
    left: 100px;
    top: 50px;
}

div.link2
{
    position: absolute;
    left: 205px;
    top: 60px;
}

div.link3
{
    position: absolute;
    left: 40px;
    top: 102px;
}

div.link4
{
    position: absolute;
    left: 530px;
    top: 55px;
}

div.link5
{
    position: absolute;
    left: 470px;
    top: 205px;
}

div.link6
{
    position: absolute;
    left: 600px;
    top: 155px;
}

div.link7
{
    position: absolute;
    left: 780px;
    top: 215px;
}

div.link8
{
    position: absolute;
    left: 320px;
    top: 245px;
}

div.link9
{
    position: absolute;
    left: 940px;
    top: 118px;
}

/* 404 */

div.endoftheworld
{
    position: static;
    left: auto;
    right: auto;
    margin-top: 30px;
}

/* */

div.footer
{
    position: fixed;
    color:#fff;
    left: 10px;
    bottom: 10px;
}

#footer a:link {color: #fff; text-decoration:none;}
#footer a:visited {color: #fff; text-decoration:none;}
#footer a:hover {color: #cf6; text-decoration:none;}
#footer a:active {color: #333; text-decoration:none;}