/* CSS Document */
#body, html {
	height:100%;
}
#wrapper {
	width:200px;
	margin-left:auto;
	margin-right:auto;
}
#alerter {
	border:1px solid red;
	background-color:#FFFFCC;
	width:200px;
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	display:none;
	z-index:100;
	top:200px;
}
#alerter p {
	text-align:center;
}
#gauze {
	background-image:url(../../../images/gauze.png);
	width:100%;
	height:100%;
	z-index:5;
	position:absolute;
	z-index:5;
	display:none;
}
* html #container {
	height: 100%;
}
#gauze {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
	left: 0px;
	top: 0px;
}
body > div#gauze {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

