/* #bg {
  position: static;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#bg img {
  width: 100%;
}
*/

#body {
  /* position: absolute;
  left: 0%;
  top: 0%;
  width: 98%;
  height:96%;
  padding: 1%;*/
  z-index: 10;
  background-image:url('http://images.crimsontempest.net/layout/4.0/grad.png');
  background-repeat:repeat-x;
  }

body {
color: #ff0000;
background: #000000;
font-family : Arial, Sans-Serif;
}
a:hover {
color : #ff9999;
}
.profile {
font-size : 10px;
font-family : Arial, Sans-Serif;
color : #ff0000;
text-decoration : none;
}
.bbc_center {
text-align: center;
display: block
}
.highlight {
background: #600000;
font-size: 10px;
font-family : Arial, Sans-Serif;
text-decoration: none;
}
.spreadsheet {
font-size : 12px;
font-family : Arial, Sans-Serif;
color : #ff0000;
}
.spreadsheet2 {
font-size : 12px;
font-family : Arial, Sans-Serif;
color : #ff0000;
font-weight : bold;
}
.spreadsheet3 {
font-size : 10px;
font-family : Arial, Sans-Serif;
color : #ff0000;
}
.classtitle {
font-size : 11px;
font-family : Arial, Sans-Serif;
color : #ff0000;
text-decoration : none;
font-weight : bold;
font-style : italic;
}
.navbar {
font-size : 12px;
font-family : Arial, Sans-Serif;
color : #ff0000;
text-decoration : none;
}
.newstext {
font-size : 13px;
font-family : Arial, Sans-Serif;
color : #ff0000;
text-decoration : none;
text-align : justify;
}
input , option , select , textarea {
font-family : Arial, Sans-Serif;
font-size : 11px;
color : #ff0000;
background-color : #000000;
border : 1px solid #ff0000;
}
.noborder {
border-width: 0px;
border-style: none;
}
.fineprint {
font-size : 10px;
}
a.info {
position : relative;
z-index : 24;
text-decoration : none;
}
a.info:hover {
background-color : #400000;
}
a.info span {
display : none;
}
a.info:hover span {
display : block;
position : absolute;
top : 3.5em;
left : 2em;
width : 15em;
border : 1px solid #ff0000;
background-color : #000000;
color : #ff0000;
text-align : center;
}
img
{
border-width: 0px;
border-style: none;
}
.transp1 {
  background-image: url(http://images.crimsontempest.net/layout/4.0/transp.png);
}
.leader {
  font-weight: bold;
  color: orange;
}
.officer {
  color: orange;
}
.member {
  color: #ff0000;
}
.recruit {
  color: #009999;
}