html {
	height: 100%;
	background: #000000;
}
body {
	background: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	margin-bottom: 0px;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin-top: -64px;
}
a {
	color: #c0c0c0;
}

div.title {
	height: 100px;
	margin: 0px;
	background-image: url("http://img.slashnet.org/slashnetbg.png");
}

img#title {
	float: left;
	behavior: url("/iepngfix.htc");
	border: none;
}
div.menu {
	behavior: url("/iepngfix.htc");
	background-image: url("http://img.slashnet.org/halftrans.png");
	float: right;
	margin-top: 55px;
	margin-right: 10px;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
}
div.menu a {
	margin: 0px;
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	border: 1px #505050 solid;
}
a.here {
	background: #909090;
	color: #000000;
}
div.menu a:hover { 
	background: #c0c0c0;
	color: #000000;
}
div.main {
	margin-left: 25px;
	padding-bottom: 50px;
	margin-right: 25px;
}
h1 {
	background-image: url("http://img.slashnet.org/headerbg.png");
	background-repeat: repeat-y;
	margin-top: 0px;
	font-size: 16pt;
	padding: 3px;
	text-shadow: 0 0 0.5em white;
}
h2 {
	margin-top: 0px;
	font-size: 14pt;
	padding: 3px;
}
p,dl,table {
	margin-left: 25px;
}
div.footer {
	height: 50px;
	margin: 0px;
	margin-top: -50px;
	background-image: url("http://img.slashnet.org/slashnetgb.png");
	bottom: 0px;
	width: 100%;
	position: relative;
}
span.topic {
	text-align: center; 
}
img#profile {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
span.duration {
	font-variant: small-caps;
}
span.agb {
	text-align: center;
	font-size: 72pt;
	color: ff00ff;
	background: ffffff;
}
div.butts {
	font-size: 72pt;
	position: absolute;
	top: 0px;
	left: 0pt;
}
