body, html
{
  margin: 0;
}

body
{
  background: #2b3d62 url(../img/bg.jpg) repeat-x;
  color: white;
  font: 14px Tahoma;
}

#main
{
  position: relative;
  background: #1c223b url(../img/hbg.jpg) no-repeat;
  padding: 210px 30px 0 30px;
  width: 635px;
  min-height: 514px;
}

#column
{
  background: url(../img/column.jpg);
  position: absolute;
  top: 0;
  right: -92px;
  width: 92px;
  height: 724px;
}

#menu {
  position: absolute;
  top: 40px;
  right: -160px;
  width: 150px;
  height: 500px;
  overflow: scroll-y;
  
}

#menu ul {
  padding: 0;
  list-style: none;
}

a {
  color: white;
} 

#menu ul a {
  text-decoration: none;
}
