#navigation 
{
  background: transparent;
  float: right;
  width: 13%;
  height: 500px;

}

#content {
  background: transparent;
  float: left;
  width: 85%;
  height: 100%;
}




