body { 
	background: #3e78c8 url(images/bg.png);
	font: 10pt georgia, serif;
	}
img { 
	border: 0px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003c8e;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003c8e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}
#pagechooser { 
	font: 15pt georgia, serif;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -320px;
	height: 480px;
	width: 640px;
	text-align: center;
	}
#admin {
	position: absolute;
	left: 100%;
	margin-left: -40px;
	top: 100%;
	}
#counter {
	font-size: 10px;
	}
