* {
margin: 0;
padding: 0;
}


body {
  background: #805030;
  color: #000000;
  font-family: "comic sans ms", "comic sans", sans-serif;
  text-transform:uppercase;
  font-size: 70%;
}

h1, h2, h3, ul, ol, p {
margin: 0;
}

p {
margin-bottom: 12px;
}

#menu {
width: 160px;
background: black;
padding: 16px;
/*scroll: auto;*/
position: absolute;
top: 200px;
left: 0px;
z-index: 4;
}

#sky {
position: relative;
z-index: 0;
height: 256px;
background: #3060c0;
}

#picture-wrapper {
position: absolute;
top: 8%;
z-index: 2;
width: 100%;
}

#superhighway {
position: absolute;
bottom: 40%;
right: 0%;
z-index: 4;
}

#highway-bg {
position: relative;
z-index: 1;
background: #000000 url(/images/highway-bg.php) 0px 0px repeat-x;
height: 64px;
border-bottom: 1px solid black;
}

#roadside {
/*height:16px;*/
position:relative;
background: #40c040 url('/images/roadside-grad.jpg') top repeat-x;
}

#roadside h1 {
text-align: right;
padding: 1% 6% 0 0;
}

#bank {
height: 249px;
background: #c08050 url('/images/bank-grass.gif') top repeat-x;
text-align: right;
position:relative;
}

#bank-text {
position: absolute;
top:30px;
right: 0;
padding: 2% 4% 2% 360px;
z-index:5;
color: #000030;
}

/*#bank-text p {
background:white;
*/
#cave-entrance {
position: absolute;
bottom: -27px;
left: 32px;
z-index: 3;
}

a#enter-link {
text-decoration: none;
position: absolute;
bottom: -128px;
left: 0px;
z-index: 20;
padding: 64px 64px 64px 32px;
}

a#enter-link #mouse {
position: relative;
top:-64px;
}

a#enter-link #enter {
color: white;
position: absolute;
top: 64px;
left: 138px;
font-size: 18px;
text-decoration:underline !important;
}

div.spam-ad {
position: absolute;
z-index: 6;
border: 1px solid black;
}

div.spam-ad a:link{
padding: 8px;
}

div.spam-ad a:hover{
color: #000060;
background: #ffffff;
}

#footnote1 {
position: absolute;
bottom:0;
right:0;

width: 40%;

margin:0;
padding: 8px;

color:black;
background:#f0e0c0;
border:1px black solid;
}
