/* 
 * 
 * (c) Stian Søiland <stian@soiland.no> 2004
 * 
 * Parts of this file is copied freely from
 * the site http://devnull.tagsoup.com/fixed/
 * 
 */



body
  {
  margin: 0;
  
  }
div.content
  {
  height: 100%;
  overflow: auto;
  left:25%;
  width:75%;
  top:0;
  position:absolute;
  }
.menu{
position:fixed;
width:25%;
}

.image{
width:500px;
height:129px;
}

.divider{
max-width:650px;
}





