* {
	margin: 0; 
	padding: 0;
}

html, body {
	font-family: Courier New, Courier, Lucida Console, Courier New;
	font-size: 14pt;
	height: 100%;
	background: #070f12;
	link: #6897b9;
}

.main {
	width: 800px;
	background: #071f22;
	color: #d8f7f9;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 0px;
	position: relative;
	border-top: 0px;
}

	.header li {
		list-style: none;
		float: left;
		text-align: center;
		vertical-align: middle;
	}

	.header a {
		padding-top: 7px;
		padding-bottom: 20px;
		color: #88b7d9;
		text-decoration: none;
		display: block;
		width: 80px; 
		height: 0px;
	}

#content {
	padding-top: 10px;
}

	#content p {
    text-align: justify;
		letter-spacing: -1px;
		color: #88a7a9;
		margin: 15px;
	}

	#content a {
    text-align: justify;
		letter-spacing: -1px;
		color: #88b7d9;
		margin: 0px;
	}

	#content b {
    text-align: justify;
		letter-spacing: -1px;
		color: #6897b9;
		margin: 0px;
	}

#bottom 
{
	margin: 0 auto;
	width: 800px;
	height: 0px;
	margin-top: -13px;
	border-top: 0px;
	position: relative;
	text-align: center;
}

	#bottom p
	{
		margin: 0px;
		background: #77ff22;
	}

#sep
{
	margin: 0 auto;
	height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px;
	position: relative;
	text-align: center;
	background: #070f12;
}
