body {
	height:100%;
}

div#bg {
	position:fixed;
	width:60%;
	height:100%;
	left:20%;
	top:0%;
	z-index:0;
}		

div#header {
	position:fixed;
	width:50%;
	height:10%;
	left:25%;
	top:0%;
	z-index:2;
}

div#body {
	position:absolute;
	width:50%;
	height:80%;
	left:25%;
	top:10%;
	z-index:1;
}

div#footer {
	position:fixed;
	width:50%;
	height:5%;
	left:25%;
	top:95%;
	z-index:2;
}
