body {
/*  background: #fff url('images/background.png'); */
  background-color: #333;
  color: #c9c9c9;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
}
ul {
  list-style-type: none;
}
ul li {
  background: url('images/postbullets.png') no-repeat 0 5px;
  padding-left: 14px;
}
#sidebar ul {
  margin: 0;
  padding-left: 5px;
}
a {
  color: #799fec;
  text-decoration: none;
}
#sidebar a {
  display: block;
}
#sidebar .active {
  color: #799fec;
  cursor: default;
  display: block;
  font-weight: bold;
}
#body {
  width: 788px;
  margin: 0 auto;
}
#header {
  background-image: url('images/header.png');
  height: 100px;
  position: relative;
  width: 788px;
}
@keyframes animatedBackground {
  0% { background-position: -60px 0; }
  100% { background-position: 1200px 0; }
}
#header canvas {
  animation: animatedBackground 10s linear infinite;
  background-image: url('images/hilight.png');
  background-position: -60px 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#headerImg {
  display: none;
}
#headerText {
  margin: 0 0 0 auto;
  padding-right: 2px;
  padding-top: 34px;
  width: 300px;
}
#header h1 {
  color: #bcf83a;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
#header .number {
  color: #c3f722;
  display: block;
  font-size: 26px;
  text-align: center;
}
#contentBody {
  background-image: url('images/background.png');
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 600px;
  padding-top: 1px;
  padding-bottom: 10px;
}
#sidebar {
  background: url('images/sidebar_g2.png') no-repeat left top;
  float: right;
  min-height: 400px;
  position: relative;
  top: -1px;
  width: 197px;
}
#sidebar .block {
  font-size: 14px;
  margin: 7px;
}
#sidebar .block .lheader {
  background: url('images/blockheader.png') no-repeat left top;
  height: 38px;
  width: 173px;
}
#sidebar .block .rheader {
  background: url('images/blockheader.png') no-repeat right top;
  float: right;
  height: 38px;
  width: 10px;
}
#sidebar .block .header {
  color: #000;
  padding-top: 10px;
  padding-left: 28px;
}
#sidebar .block .body {
  background-color: #404040;
  border-bottom: #666 solid 1px;
  border-left: #666 solid 1px;
  border-right: #666 solid 1px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 6px;
}
#main {
  width: 591px;
}
#main .bold {
  color: #adf713;
}
#main .justify {
  text-align: justify;
}
#main .block {
  background-color: #404040;
  border-radius: 5px;
  margin: 7px;
  padding: 10px;
}
#main .block .header {
  background-color: #99a999;
  border: #363636 solid 1px;
  color: #1648ab;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
}
#footer {
  color: #adf713;
  padding: 10px;
  text-align: center;
  font-size: smaller;
}
#footer a {
  color: #1648ab;
}