@charset "utf-8";
/* CSS Document */

#dimmer {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	background: #000;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	}
#dimmer a {
	display: block;
	height: 100%;
	width: 100%;
	}
#quizpop {
	position: fixed;
	display: none;
	margin-left: -220px;
	margin-top: -100px;
	left: 50%;
	top: 50%;
	padding: 20px;
	height: 130px;
	width: 400px;
	border: 5px solid #666;
	background: #fff;
	z-index: 1001;
	}
#quiz {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1001;
	}