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

body {
	margin-top: 5%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	text-shadow: 1px 3px #000000
}


/* Links
 ------------ */
a {
	color: #d38fd3;
	text-decoration: none;
	font-weight: bold;
}

a:active,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.contact:link,
a.contact:active,
a.contact:visited,
a.contact:hover {color: #000000 text-decoration: none; font-weight: normal;}


/* Content
 ------------ */

#content {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	font-style: bold;
	color: #000000;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: center;
}
p.inset {outline-style: inset;}

#wrapper {
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}

#navigation {
	word-spacing: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: left;
	float: left;
}

#contact {
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;

}

#emptyspace {float:left; height:50%; margin-bottom:-120px;}
