@charset "UTF-8";

/*
	
	Copyright © Corporation Eightt.
	
	Coded by the henchmonkeys at Eightt,
	who want you to learn from some of
	their great techniques herein.
	
	Specific Page Author: Taldar Baddley.
	
*/




div#headbok {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

div#alpha {
	z-index: 90;
}

div#theta {
	z-index: 60;
}

div#omega {
	z-index: 30;
}

div#pictorelnav {
	z-index: 89;
}

div#pictoswitch img {
	position: absolute;
	top: 50%;
	left: 50%;
}

div#pictoswitch, div#alpha, div#theta, div#omega {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#alpha, div#theta, div#omega {
	background-color: rgb(0, 0, 0);
}

div#thetatitle, div#omegatitle {
	position: absolute;
	bottom: 1em;
	left: 1em;
	font-size: 0.9em;
}

div#pictorelnav {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: 0.75em;
}

