@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#everything {
	width: 100%;
	height: 100%;
}

div#dispstandardcontainer {
	width: 100%;
	z-index: 100;
}

div#dispfullcontainer {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	z-index: 200;
	background-color: black;
	display: none;
	opacity: 0;
}

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

img#dispfullimage {
	position: absolute;
	left: 50%;
	margin-top: 3cm;
	margin-bottom: 3cm;
}

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

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

div#goback {
	position: fixed;
	right: 2em;
}

