/**
 * EPO
 *
 * @revision		$Revision$
 * @lastmodified	$Date$
 */

		body.present div.overlay {
			background-color: #ffffff;
			opacity: 0.8;
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: 999;
		}
		body.present #epoLogo {
			position: relative;
			z-index: 1000;
		}
		body.present h1 {
			position: relative;
			z-index: 1000;
		}
		