@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%;
	font-family: "Courier New", Courier, monospace;
}

body {
	margin: 0;
	background: #190602 url(../images/background.jpg) top center no-repeat;
}

h2 {
	font-size: 1.8em;
	margin: 0.7em 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	margin: 0 0 07.em 0;
	padding: 0;
}

a {
	color: #000000;
	font-weight: bolder;
}

#page {
	width: 700px;
	margin: 0 auto;
}

#column {
	position: absolute;
	width: 220px;
	top: 110px;
	margin-left: 440px;
}

#credits {
	position: relative;
	top: 910px;
	width: 400px;
	text-align: left;
	margin: 0 auto;
}

.purple {
	color: #735387;
}

.black {
	color: #000000;
}