body,html {
	overflow: none;
	font-family: courier;
	background: #000000;
	color: #99cc00;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration:underline;
	color: #41ff1b;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
}

a img{
	border: 0;
}

dd{
	display:block;
	border: 1px dashed #99cc00;
	padding: 10px;
	background: wheat;
	color: black;
	width: 80%;
	margin: 10px;
}

#wrapper{
	padding: 10px 0px;
	margin: 0px auto;
	width: 950px;
	border-left: 1px solid #99cc00;
	border-right:1px solid #99cc00;
	background: #262626;
	text-align: center;
}

h1{
	margin: 0px;
}

img{
	margin: 10px 0;
}

hr{
	margin-top: 60px;
}

.text{
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	margin: 10px 0;
	padding: 10px 10px;
	text-align: left;
}

.logos {
	border-bottom: 1px solid #BFBFBF;
	position: relative;
	padding: 10px;
	text-align:center;
	height: 150px;
}

.logos a{
	position: absolute;
}

.logos #gf{
	top: 20px;
	left: 0px;
}

.logos #iroltha{
	top: 0px;
	left: 360px;
}

.logos #mord{
	top: 4px;
	left: 690px;
}

table, td, tr {
	border: 0px;
	margin: 0px;
}

table{
	border-collapse: collapse;
}

td{
	padding : 10px;
	text-align:left
}


