body
{
  background-color: #000;
  background-position: 0 500px;
  background-repeat: repeat-y;
  background-image: url('../images/left.gif');
  background-attachment: fixed;  
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

div#header
{
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/header_full.png') #000 no-repeat;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

div#menu
{
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: 28px;
  z-index: 1000;
}

div#left
{
  position: absolute;
  left: 0;
  top: 156px;
  background-color: #B5BFD3;
  width: 190px;
  min-height: 100%;
  height: 100%;
  z-index: 1000;
}

#main_container
{
  position: absolute;
  top: 148px;
  left: 0;
  width: 98%;
  color: #FFF;
  z-index: 100;
}

#main
{ 
  background-color: #000;
  margin: 0 0 0 190px;
  padding: 30px 0 0 30px;
}

