/* Page */
html, body {
	background-color: black;
	color: white;
	width: 830px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	position: absolute;
	margin: 0 auto;
	padding: 10px 15px;
}

#page {
	width: 830px;
}

/* Header */
#header {
	text-align: right;
	padding-right: .5em;
}

#header h1 {
	color: white;
	font-size: 250%;
	margin: 0 0 0 3em;
	font-style: Palatine Linotype;
	text-transform: uppercase;
	}

#header h2 {
	font-size: 70%;
	margin: 0 0 0 6em;
	color: darkviolet;
}

/* Main Content */
#main {
	padding: 2em;
	text-align: center;
	border: none;
}

/* Links */
a:link,a:visited {
text-decoration: none;
border: none;
}

a:hover,a:active {
	background-color: indigo;
	border: none;
}

/* Footer */
#footer {
	margin-top: 4em;
	padding-top: .7em;
}

.copyright {
	color: gray;
	font-size: 90%;
	text-align: right;
	margin: 0;
}
