body {
background-color:black;  
color:#34FF00;
font-family:courier;

}


#frame{
  
right:0;
top:0;
position:fixed;
background-color:transparent;
width:100px;  
z-index:7
  
}

#window {
  
position:absolute;
margin-left:300px;
margin-top:50px;

}  

#sidebar {
  
left:0;
top:0;
position:fixed; 
width:260px;
margin-top:20px;
background-color:transparent;
z-index:5;
} 

#sidebarinfo {
  
left:0;
top:0;
position:fixed; 
font-size:11px;
width:260px;
margin-top:30px;
padding:35px;
z-index:5;
} 


#buttons {
  
position:absolute;
margin-left:300px;
width:430px;
margin-top:400px;
background-image:url("https://jimplekins-pipe-pit.neocities.org/Illustration798.png");
background-repeat: no-repeat;
  background-size: auto;
padding:10px;
height:140px;

}

#buttoninfo {
  position:absolute;
margin-left:310px;
margin-top:410px;
}

#stats {
  
position:absolute;
margin-left:780px;
width:320px;
height:150px;
margin-top:400px;
background-image:url("https://jimplekins-pipe-pit.neocities.org/Illustration799.png");
background-repeat: no-repeat;
  background-size: auto;

}

#statinfo {
  
position:absolute;
margin-left:795px;
margin-top:390px;
font-size:11px;
}

#statinfosong {
  
position:absolute;
margin-left:950px;
margin-top:400px;
font-size:8px;
}


#extrainfo {
margin-left:300px;
margin-top:590px;
margin-bottom:30px;
width:780px;
height:300px;
background-color:red;
position:absolute;
padding:10px;
}

#header {
right:0;
top:0;
width:1210px;
height:40px;
position:fixed;
z-index:3;

}


#footer {
right:0;
bottom:0;
width:1230px;
height:40px;
position:fixed;
z-index:3;
}


#stampbar{
bottom:10px;
width:1210px;
height:90px;
position:absolute;
margin-left:30px;
background-color:black;
z-index:2;
}
  


a:link {
  color:#34FF00;
}

a:visited {
  color:#34FF00;
}


a:hover {
  color:#17D300;
}

a:active {
  color:#34FF00;
}

.button { 
  border:none;
  background-color:black;
  margin:0px
  
}

.button:hover {
  transform: translateY(5px);
  
}


