	body, html {
		background-color:#222;
		font-family:Verdana, Geneva, sans-serif;
		text-align:center;
	}
	center {
		padding:10px;
		background-color:#222;
		display:block;
		max-width:100;
		margin:auto;
		
	}
	
	h1 {
		color:orange;
	}
	
	header {
		text-align:center;
	}
	
	#framer {
		display:block;
		clear:both;
		margin:auto;
		width:900px;
		max-width:900px; 
		text-align:left;
	}
	#main {
		display:block;
		clear:both;
		margin:auto;
		width:900px;
		max-width:900px; 
		text-align:left;
	}
	
	td, th { vertical-align:top;
		font-family:Verdana, Geneva, sans-serif;
		color:#DDD;
		text-align:left;
		max-width:900px; 
	}
	
	
	td {
		font-size:12px;
		padding:15px;
	}
	
	a {
		color:#F90;
		text-decoration:none;
	}
	
  .topic th {
		font-size:110%;
		border-top:2px;
		border-top:2px;
		text-align:left;
		background-color:#000;
		color:white;
	}
  .forum th {
		border-top:2px;
		border-top:2px;
		text-align:left;
		color:white;
	}
  table td {
		color:white;
	}
	
	
	.foot { padding-bottom:10px;}
	tr:nth-child(even) {background: #444}
	tr:nth-child(odd) {background: #333}

	th a {
		color:white;
	}
	#returns { display:block; position:fixed; bottom:0; left:0; right:0px; font-size:60%; display:none;}
	
	form {
	text-align:center;
	padding:10px;
	/*position:fixed;
	top:0px;
	left:0px;
	right:0px;*/
	background-color:black;
	}
	.forceline {
		max-width:98%;
		overflow:hidden;
	}
	pre {
		white-space:normal;
	}
	
	