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

}

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

#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;
} 

#maininfo {
margin-left:300px;
margin-top:20px;
width:780px;
height:5000;
background-color:#010F00;
position:absolute;
padding:10px;
color:#851271;
}

#log{
margin-left:310px;
margin-top:200px;  
position:absolute;
padding:10px;
width:760px;  
height:400px;
overflow:scroll;
background-color:black;
}

#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;
}

a:link {
  color:#34FF00;
}

a:visited {
  color:#851271;
}


a:hover {
  color:#17D300;
}

a:active {
  color:#34FF00;
}


::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #12000F;
}

::-webkit-scrollbar-thumb {
  background: #290021;
}

::-webkit-scrollbar-thumb:hover {
  background: #851271;
}

::-webkit-scrollbar-corner {
  background: #290021;
}














