body {
	border: 0px; cursor: default;

 background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.5), 
          rgba(0, 0, 0, 0.5)
        ),
        /* bottom, image */
        url(bg/3.jpg) no-repeat;
	background-size: cover;
}
textarea {
color: #ffffff;
font-weight: none;
font-family: courier;
font-size: 10px;
cursor: default;
}

#nav {
display: inline-block;
vertical-align: top;
width: 20%;
}

#main  {
display: inline-block;
vertical-align: top;
width: 60%;
font-color: white;
}

#cmds  {
display: inline-block;
vertical-align: top;
width: 10%;
}

#bright {
background-color: #464659;
display: inline-block;
width: 90%;
}
#bleft {
background-color: #464659;
display: inline-block;
width: 9%;
}

#top {
background-color: #464659;
width: 99%;
font-size: 250%;
text-align: center;
}

.link {
background-color: #464659;
padding: 	5px 5px 5px 5px;
margin: 2px;
}
