body {
	font-size: medium;
	font-family: Constantia, "Times New Roman", Times, serif;
}

#error {
  position: fixed;
  top: -100px;
}

#header {
	position: relative;
	background-image: url(images/skns.gif);
	background-repeat: no-repeat;
	width: 608px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header p {
	padding-top: 140px;
	padding-left: 130px;
	font-family: "Courier New", Courier, monospace;
	font-size: 200%;
}

a:link, a:visited {
	text-decoration: none;
	color: #005;
}

a:hover {
	text-decoration: underline;
	color: #227;
}

#main {
	width: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#main p {
	margin-left: 30px;
	line-height: 175%;
}

#footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 70%;
	margin-top: 20px;
	border-top: thin solid #005;
}
