body
{
 font: 80% arial,sans-serif;
 margin: 0;
 padding: 100px 0 0 170px;
 background-color: white;
}
div#header
{
 position: absolute;
 background: white url(bgv.jpg) repeat-x top;
 color: black;
 top: 0;
 left: 0;
 width: 500%;
 height: 100px;
}
div#left-sidebar
{
 position: absolute;
 padding: 10px;
 background: white url(bgh.jpg) repeat-y left;
 color: black;   
 top: 100px;
 left: 0;
 width: 150px;
 height: 100%;
 font-size: 15px;
 line-height: 1.3em;
}
div#left-sidebar a:link
{
	color: blue;
  text-decoration: none;
  padding: 3px;
}
div#left-sidebar a:visited
{
	color: black;
	text-decoration: none;
	padding: 3px;
}
div#left-sidebar a:hover
{
	padding: 3px;
	font-style: italic;
	color: red;
	background-color: white;
	border-top: solid thin black;
  border-bottom: solid thin black;
}


@media screen
{
 body>div#header
 {
  position: fixed;
 }
 body>div#left-sidebar
 {
  position: fixed;
 }
}
* html body
{
 overflow:hidden;
} 
* html div#content
{
 height: 100%;
 overflow: auto;
 background-color: white;
}
div#narrow
{
 width:600px;
 overflow: auto;
}