html,body
{
  height: 100%;
  border: 0px;
  margin: 0px;
  padding:0px;
}

body
{
  color:white;
  background-image:url("images/current_background.jpg");
  background-position:center top;
  background-repeat:no-repeat;
  background-color:black;
}

a { color:blue; }
a:hover { text-decoration:none; }
a:visited { color: blue; }

div#preContentLoader
{
  display:none;
}

div#header
{
  width:960px;
  height:200px;
  float:left;
  background-image:url("../default/images/banner.png");
}

div#container
{
  width:960px;
  height:auto;
  margin:0px auto;
}

div#toolbar
{
  width:960px;
  height:40px;
  margin-bottom:10px;
  float:left;
}

div#toolbar .item
{
  width:9px;
  height:40px;
  float:left;
  background-repeat:no-repeat;
}

div#toolbar .left
{
  background-image:url("images/toolbar.left.png");
}

div#toolbar .itemMiddle
{
  width:942px;
  height:40px;
  background-image:url("images/toolbar.fill.png");
  background-repeat:repeat-x;
  float:left;
}

div#toolbar .right
{
  background-image:url("images/toolbar.right.png");
}

div#toolbar a
{
  width:150px;
  height:40px;
  float:left;
}
a.home
{ background-image:url("images/home.png"); margin-right:-50px; }
a.home:hover
{ background-image:url("images/home.hover.png"); }
a.about
{ background-image:url("images/about.png"); margin-right:-45px; }
a.about:hover
{ background-image:url("images/about.hover.png"); }
a.forum
{ background-image:url("images/forum.png"); margin-right:-15px; }
a.forum:hover
{ background-image:url("images/forum.hover.png"); }
a.downloads
{ background-image:url("images/downloads.png"); margin-right:-5px; }
a.downloads:hover
{ background-image:url("images/downloads.hover.png"); }
a.blackfire
{ background-image:url("images/blackfire.png"); margin-right:-10px; }
a.blackfire:hover
{ background-image:url("images/blackfire.hover.png"); }
a.develop
{ background-image:url("images/develop.png"); margin-right:-20px; }
a.develop:hover
{ background-image:url("images/develop.hover.png"); }
a.store
{ background-image:url("images/store.png"); }
a.store:hover
{ background-image:url("images/store.hover.png"); }

div#buttons
{
  width:auto;
  min-width:200px;
  height:40px;
  margin:0px auto;
}

div#bodyContent
{
  width:910px;
  min-height:10px;
  height:auto;
  min-height:20px;
  float:left;
  padding:5px;
  margin-right:20px;
  margin-left:20px;
  background-image:url("../default/images/bg.black.png");
  border:1px solid rgb(50,50,50);
}

div#footer
{
  width:960px;
  height:10px;
  float:left;
  text-align:center;
  color:#555555;
}

div.newsItem{
  float: left;
  padding:5px;
  margin-bottom: 10px;
  margin-right:10px;
  width: 880px;
  border: 1px solid rgb(50,50,50);
  background-color: rgb(5,5,5);
  overflow:hidden;
}
div.line{
  width: 100%;
  float: left;
  height: 1px;
  background-color: rgb(30,30,30);
}