* {
  margin:0;
  padding:0;
}
body {
  overflow: hidden;/*Needed to eliminate scrollbars*/
  background: #000;
}
hr {
  background-color: #000;
  border: 0 none;
  clear: both;
  color: #000;
  display: block;
  height: 1px;
  margin: 7px 0;
  width: 100%;
}

div#main {
  position: absolute;
  z-index: 2;
  overflow: auto;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -500px;
  width: 995px;
  height: 320px;
}
div#main_inner {
  position:relative;
  width: 700px;
  height: 280px;
}
div#tagcloud {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 230px;
  height: 230px;
  overflow: hidden;
}
div#tagcloud_bg {
  position: absolute;
  width: 230px;
  height: 230px;
  background: #fff;
}
div#tagcloud_header {
  position: relative;
  width: 225px;
  height: 20px;
  padding: 5px 0 0 5px;
  margin: 0 0 1px 0;
  background: #FF6020;
  color: #fff;
}
div#tagcloud_content {
  position: relative;
  width: 230px;
  height: 210px;
}
div#content {
  position: absolute;
  top: 0px;
  left: 270px;
  width: 725px;
  height: 308px;
}
div#content_bg {
  position: absolute;
  width: 725px;
  height: 308px;
  background: #fff;
}
div#content_header {
  position: relative;
  height: 20px;
  padding: 5px 0 0 5px;
  margin: 0 0 1px 0;
  background: #FF6020;
  color: #fff;
}
div#content_inner {
  position: relative;
  padding: 20px;
  color: #000;
  cursor: pointer;
}
div#logo {
  position: absolute;
  z-index: 2;
  top: 0px;
  height: 130px;
}
div#neu {
  top: 240px;
  position: absolute;
  z-index: 2;
  height: 68px;
  width: 230px;
  background: #FF6020;
  color: #fff;
}
div#navigation {
  position: absolute;
  top: 90px;
  left: 270px;
}
div#navigation a {
  display: inline-block;
  padding: 4px 5px 6px 5px;
  background: #707172;
  margin: 0 0 4px 0;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
div#navigation a:hover {
  background: #fe5900;
  color: #fff;
}
div#header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 130px;
  /*top: -130px;*/
  top: 0;
  left: 0px;
}
div#header_bg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 130px;
  background: #fff;
}
div#header_inner {
  position: relative;
  width: 995px;
  height: 130px;
  margin: 0 auto;
}
div#footer {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 60px;
  /*bottom: -60px;*/
  bottom: 0;
  left: 0px;
}
div#footer_bg {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0px;
  left: 0px;
  background: #fff;
}
div#footer_inner {
  position: relative;
  width: 995px;
  padding: 7px 0 0 0;
  margin: 0 auto;
  font-size: 11px;
  color: #000;
}
div#footer_inner td, div#footer_inner a {
  font-size: 11px;
  color: #000;
}
div#footer_inner a:hover {
  color: #FF6020;
}
#loading {
  position: absolute;
  top: 49.5%;
  left: 49.5%;
  z-index: 2;
  width: 24px;
  height: 24px;
  text-indent: -999em;
  background-image: url(progress.gif);
}
#supersize {
  position: fixed;
}
#supersize img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

