body
{
  background-color: #181818;
  font-family: Segoe UI, Arial, Sans;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

img
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#test
{
  width: 1280px;
  height: 768px;
  background-image: url('2.png');
  position: absolute;
}

#header
{
  width: 100%;
  height: 89px;
  background-image: url('../img/head_bg.png');
  margin: 0px;
  padding: 0px;
}

#mainMenu
{
  width: 796px;
  margin: auto;
  padding: 0px;
}

#mainMenu ul
{
  margin: 0px;
  padding: 0px;
  padding-top: 36px;
  margin-left: 120px;
}

#mainMenu li
{
  display: inline;
  list-style-type: none;
  margin-left: 30px;
}

#mainMenu li.active a
{
  color: #2a2d2b;
}

#mainMenu a
{
  color: #485053;
  text-decoration: none;
}

#logo
{
  margin-top: 25px;
  margin-left: 1px;
  width: 97px;
  height: 33px;
  background-image: url('../img/logotype.png');
  border: 0px;
  float: left;
}

#lights
{
  width: 964px;
  height: 349px;
  margin: auto;
  background-image: url('../img/lights.png');
}

#geekimg
{
  margin-left: 168px;
  margin-top: 167px;
}

.jScrollPaneTrack
{
	background: url('../img/scrollbar_bg.png') repeat-y;
	height: auto;
}

.jScrollPaneDrag
{
  background: #1D1D1D url('../img/scrollbar.png') 40% 50% no-repeat;
}

#content
{
  width: 796px;
  height: 224px;
  margin: auto;
  bottom: 80px;
  position: relative;
  background-color: #0D0D0D;
  color: #717f81;
  font-family: Segoe UI, Arial, Sans;
  font-size: 11px;
  padding-left: 15px;
  padding-top: 10px;
  overflow: auto;
  text-shadow: #000000 0 1px 1px;
}

#content h1
{
  color: #d1d4d3;
  font-size: 12px;
  font-weight: Bold;
  text-shadow: #000000 0 2px 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

#tablinks
{
  width: 972px;
  height: 43px;
  margin: auto;
  bottom: 70px;
  position: relative;
}

#tablinks ul
{
  padding: 0px;
  margin: 0px;
}

#tablinks li
{
  list-style-type: none;
  display: inline;
  margin-left: 88px;
}

.maintenance
{
  text-decoration: line-through;
}

.border1
{
  width: 796px;
  height: 250px;
  overflow: auto;
}

.border2
{
  width: 750px;
  height: 250px;
}

.border3
{
  width: 796px;
  height: 250px;
  overflow: auto;
  margin-left: 20px;
}

.border4
{
  width: 796px;
  height: 250px;
  overflow: auto;
  margin-left: 20px;
}

.footer_lightc
{
  color: #828a8f;
}

.footer_darkc
{
  color: #383b39;
}

#footer
{
  clear: both;
  font-family: Segoe UI, Arial, Sans;
  font-size: 10pt;
  width: 838px;
  height: 1px;
  background-image: url('../img/sep_foot.png');
  margin: auto;
  bottom: 60px;
  position: relative;
}

#footer #left
{
  margin-top: 20px;
  margin-left: 5px;
  float: left;
}

#footer #right
{
  margin-left: 550px;
  margin-right: 5px;
}