#header 
{
	position: fixed;
	width: 100%;
	height: 15%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

#sidebar 
{
	position: fixed;
	width: 10em;
	height: auto;
	top: 150px;
	right: auto;

	left: 0;
}

#main 
{
	position: fixed;
	width: auto;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 100px;
	left: 50em;
}

table.content 
{
	position: relative;
	width: auto;
	height: auto;
	top: 5;
	left: 10px;
}
	  
#footer 
{
	position: fixed;
	width: 100%;
	height: 100px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
