html, body, #main {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	cursor: default;
}
body {
	background: url(background.gif) repeat-y top #f5f5f5;
	color: #000;
}
#main {
	text-align: center;
	color: #000;
	background: transparent url(copyright.gif) no-repeat center;
}
a, p, #form {
	position: absolute;
	width: 240px;
}
span, #form {
	display: none;
}
a, p {
	display: block;
	left: 50%;
	height: 16px;
	margin: auto auto auto -120px;
	padding: 0;
	text-align: center;
	background-color: #eee;
}
a {
	top: 88%;
	font-size: .6em;
	text-decoration: none;
	color: #333;
}
p {
	top: 95%;
	color: #888;
	font-size: .54em;
}
p a {
	color: #666;
	font-size: 1.0em;
}
fieldset {
	width: 224px;
	text-align: left;
	font-size: .7em;
	padding: 8px;
}
fieldset, legend, strong {
	background-color: #eee;
	color: #000;
}
input, textarea {
	width: 100%;
	border: 1px solid silver;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
}
textarea {
	height: 60px;
}
strong, legend {
	font-size: .8em;
	font-weight: bold;
}
#curriculum {
	margin-top: 20px;
}
#blog {
	margin-top: 40px;
}