body
	{
	margin: 0;
	padding: 0;
	}
#content
	{
	margin-top: 240px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0;
	padding: 0;
	}
#header
	{
	position: absolute;
	top: 0;
	left: 8px;
	right: 8px;
	/* width: 95%; */
	height: 250px;
	}
#sidebar-left
	{
	position: absolute;
	top: 0;
	bottom: 0; /* Operas 5 + 6 shouldn't see this property */
	left: 0;
	width: 0;
	overflow: auto;
	}
#footer
	{
	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5em;
	}
#footer h4
	{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
/*\*/
body>#header, body>#sidebar-left, body>#footer
	{
	position: fixed;
	}
