*
{
	margin : 0em;
	padding : 0em;
}

#header
{
	z-index : 1;
	
	position : fixed;
	
	top : 0em;
	left : 0em;
	
	width : 100%;
	height : 80px;
}

#menu
{
	position : fixed;
	
	width : 12em;
	
	left : 0em;
	top : 6em;
	
}

#body
{
	position : absolute;

	margin-bottom : 1.5em;
	padding-bottom : 1.5em;
	
	left : 14em;
	top : 5em;
}

#footer
{
	z-index : 1;
	
	position : fixed;
	
	bottom : 0em;
	left : 0em;
	
	width : 100%;
}