/*******************************************************************************
 * Elements
 ******************************************************************************/
  

/*******************************************************************************
 * Navigation
 ******************************************************************************/
  

/*******************************************************************************
 * Content
 ******************************************************************************/
  
#scroll 
{
  background-color: white;
  border: 1px solid #3336699;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}

#content 
{
  z-index: 2;
  overflow: hidden;
  text-align: justify;
  width: 100%;
  font-family: Arial,Sans-Serif;
  font-size: 12px;
}

