div#left-sidebar
{
	position: absolute; 
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background:#6e89dd;
	color: White;
}

@media screen
{
	body>div#left-sidebar
	{
		position:fixed;
	}
}

* html body
{
/*	overflow:hidden;  */
} 

* html div#content
{
	height:100%;
	overflow:auto;
}
