body {
	background-color: #AAAAAA;
	background-position: center center;
	background-repeat: no-repeat;
	font-family: fixed;
	font-weight: bold;
}

#header {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}

#footer {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}

#enterbox {
	position: absolute;
	left: 50%;
	width: 270px;
	margin-left: -135px;
	top: 50%;
	height: 150px;
	margin-top: -75px;
	color: red;
	font-size: 50px;
}

#gallerylist {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	border: 3px dashed #444444;
	background-color: #BBBBBB;
}

a {
	color: #440099;
	text-decoration: none;
	line-height: 1.1em;
}
a:hover {
	text-decoration: underline;
	color: white;
}

.members {
	color: #CC0000;
}

p {
	padding: 10px;
}

.copyright {
	font-size: 8pt;
	font-family: verdana, sans-serif;
}
.copyright a:hover {
	letter-spacing: 0.0em;
}

#filterbox {
	font-size: 9pt;
}
