#main
{
  background: url('/images/main_bg.jpg') left top no-repeat;
}

#left
{
  width: 700px;
}

#news
{
  width: 327px;
  height: 534px;
  background-color: #000000;
  opacity: 0.8;
  overflow: auto;
}

#news_inner
{
  padding: 7px;
  color: #F5D547;
}

#news p
{
  margin: 0px;
}

#news p strong
{
  display: block;
  border-bottom: 1px solid #F5D547;
}

#news_buttons
{
  height: 98px;
}

#news_buttons p
{
  margin: 0px;
  padding: 15px;
  text-align: left;
}

#top_buttons
{
  position: absolute;
  top: 20px;
  left: 0px;
}

#top_buttons p
{
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#top_buttons a
{
  display: block;
  margin-bottom: 10px;
}

#right
{
  width: 180px;
  margin: 0px;
}

#books
{
  position: absolute;
  width: 180px;
  bottom: 20px;
  left: 0px;
}

#books p
{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
