html, body
{
  height: 100%;
  border: 0;
  margin: 0;
}

body
{
  font-family: "Trebuchet MS", Tahoma;
  font-size: 14px;
  letter-spacing: -1px;
  color: #b4b4b4;
  background-image: url(img/background.png);
  background-attachment:fixed;
  background-color: black;
}

h1,h2
{
  font-family: "Trebuchet MS", Tahoma;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -2px;
  margin-top: 4px;
  margin-bottom: -2px;
  color: white;
}

h2
{
  font-size: 18px;
  color: white;
}

input, textarea, select
{
  background-color: #111111;
  border: 1px dotted #333333;
  font-family: "Trebuchet MS", Tahoma;
  font-size: 12px;
  color: white;
}

a img
{
  border: 0;
}

.breaker
{
  height: 1px;
  clear: both;
}

#maincontainer
{
  width: 900px;
  height: 100%;
  margin: auto;
}

#menucontainer
{
  width: 200px;
  float: left;
}

#menucontainer ul
{
  margin:0;
}

#menucontainer ul li ul
{
  margin:0;
  padding:0;
  padding-left: 10px;
}

#menucontainer ul li
{
  color: #006492;
  list-style-type: square;
}

#menucontainer li a
{
  display: block;
  width: 95%;
  text-decoration: none;
  font-weight: bold;
  color: #08b1ff;
  padding-left: 2px;
  background-color: black;
}

#menucontainer li a:hover
{
  background-color: #08b1ff;
  color: white;
}

#buttoncontainer
{
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

#buttoncontainer a
{
  display: inline;
}

#buttoncontainer a img
{
  border: 0;
}

#headercontainer
{
  width: 100%;
}

#header
{
  float: right;
  width: 698px;
  height: 150px;
  background-image: url(img/header.jpg);
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}

#contentcontainer
{
  display: block;
  float: right;
  width: 694px;
  min-height: 100%;
  background-color: #0a0a0a;
  /*background-color: #fdfdfd;*/
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

#contentcontainer a
{
  color: #08b1ff;
  text-decoration: none;
}

#contentcontainer a:hover
{
  text-decoration: underline;
}

#footer
{
  width:698px;
  float: right;
  background-color: black;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  border-left: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
}

#whoisonline {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 10px;
  background-color: black;
}

#whoisonline a {
  color: #08b1ff;
  text-decoration: none;
  margin-right: 10px;
}

.adBox {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 10px;
  background-color: black;
}
