img {
	border-style: none;
}
a {
	position: relative;
	font-size: 20pt;
	font-family: sans-serif;
	color: #c2c2c2;
	text-decoration: none;
}
body {
	
	background-color: #282828;
	
}
#header {
	position: fixed;
	left: 0px;
	top: 0px;
}
#maintext {
	word-wrap: normal;
	text-overflow: clip;
	text-align: justify;
	display: inline;
	float: right;
	top: 200px;
	position: fixed;
	left: 370px;
	color: #c4c4c4;
	font-size: 14pt;
	font-family: sans-serif;
}
#links {
	word-spacing: 20px;
	z-index: 1;
	position: fixed;
	top: 84px;
	left: 370px;
}
h1 {
	font-size: 25px;
	color: #e3e3e3;
}
#nav{
	position: absolute;
	font-size: 20pt;
	top: 200px;
	left: 50px;
}
#banner{
	left: 0px;
	bottom: 0px;
	position: fixed;
}

