body
{
	margin: 0;
	font: 12pt Arial, sans-serif;
	padding: 120px 0 0 120px;
}

div#header
{
	position: absolute;
	top: 0px;
	left: 120px;
	width: 100%;
	height: 100px;
	padding: 10px 10px 10px 5px;
	background-color: #FFFFFF;
}

div#left-sidebar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	padding: 10px 10px 10px 10px;
}

@media screen
{
	body>div#header
	{
		position: fixed;
	}
	
	body>div#left-sidebar
	{
		position: fixed;
	}
}

* html div#content
{
	height: 100%;
	overflow: auto;
}

* html body
{
	overflow: hidden;
}