body
{
  text-align: center;
}

.container
{
  font: 11px Verdana;
  width: 80%;
  height: 100%;
  background: #000000;
  color: #000000;
}

.title
{
  color: #000000;
  background: #FFFFFF;
  text-align: center;
}

.navigation
{
  font: 9px Verdana;
  width: 15%;
  vertical-align: top;
  background: #FFFFFF;
  color: #000000;
}

.content
{
  width: 75%;
  height: 100%;
  background: #FFFFFF;
  color: #000000;
}

#ads
{
  position: absolute;
  bottom: 0;
  left: 220px;
  border: 1px;
}

.button 
{
  font: 12px;
  font-weight: bold;
  width: 100%;
  text-decoration;
}
.button a,
        a:link,
        a:active,
        a:visited,
        a:hover
{
  color: #000000;
}
