html, body {
	height: 100%;
}

body, h1, h2, h3, h4, h5, p, ul, li, img, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	color: #000;
	outline: 0;
	cursor: pointer;
}

.center {
	text-align: center;
}

.nodisplay {
	display: none;
}

.placel {
	float: left;
	clear: left;
}

.placer {
	float: right;
	clear: right;
}

.clear {
	clear: both;
}

#fade {
	position: absolute;
	background: #000;
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	cursor: default;
}

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